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
bb2beb7b
Commit
bb2beb7b
authored
Mar 17, 2018
by
Robin Sonnabend
Browse files
Remove commented out version of page_link
parent
d15bbfa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/decisions-list.html
View file @
bb2beb7b
...
...
@@ -2,16 +2,6 @@
{% from "macros.html" import render_table, render_form %}
{% block title %}Beschlüsse{% endblock %}
{#{% macro page_link(text, _page=None, _page_length=None) %}
{% if _page is none %}
{% set _page = page %}
{% endif %}
{% if _page_length is none %}
{% set _page_length = page_length %}
{% endif %}
<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 %}
<div
class=
"container"
>
{{render_form(search_form, class_="form-inline", action_url=url_for("list_decisions"), action_text="Suchen", labels_visible=False, method="GET")}}
...
...
Write
Preview
Supports
Markdown
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