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
6e08a31e
Commit
6e08a31e
authored
Aug 14, 2017
by
Robin Sonnabend
Browse files
Fix keeping get-parameters with paging
parent
8095b998
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/decisions-list.html
View file @
6e08a31e
...
...
@@ -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, decisioncategory_id=decisioncategory_id, page_length=_page_length)}}"
>
{{text}}
</a>
<a
href=
"{{url_for(request.endpoint, page=_page, protocoltype
_id
=protocoltype_id, search=search_term, decisioncategory_id=decisioncategory_id, page_length=_page_length)}}"
>
{{text}}
</a>
{% endmacro %}
{% block content %}
...
...
templates/protocols-list.html
View file @
6e08a31e
...
...
@@ -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