Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
fb0db1a5
Commit
fb0db1a5
authored
Jun 14, 2017
by
Administrator
Browse files
Use correct GET parameter
/close
#121
parent
7d5c2a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/todos-list.html
View file @
fb0db1a5
...
...
@@ -9,7 +9,7 @@
{% if _page_length is none %}
{% set _page_length = page_length %}
{% endif %}
<a
href=
"{{url_for(request.endpoint, page=_page, protocoltype=protocoltype_id, search=search_term, state_open=state_open, page_length=_page_length)}}"
>
{{text}}
</a>
<a
href=
"{{url_for(request.endpoint, page=_page, protocoltype
_id
=protocoltype_id, search=search_term, state_open=state_open, page_length=_page_length)}}"
>
{{text}}
</a>
{% endmacro %}
{% block content %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment