Skip to content
Snippets Groups Projects
Commit c9018e89 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Fix link for print_decision

parent 66535e5c
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@
<li>
{{decision.content}}
{% if config.PRINTING_ACTIVE and has_private_view_right and decision.document is not none %}
<a href="{{url_for("print_decision", document_id=decision.document.id)}}">Drucken</a>
<a href="{{url_for("print_decision", decisiondocument_id=decision.document.id)}}">Drucken</a>
{% endif %}
</li>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment