From c9018e895fcc1cda8dd0698ca9ece3313909b89a Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Mon, 6 Mar 2017 19:46:54 +0100 Subject: [PATCH] Fix link for print_decision --- templates/protocol-show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/protocol-show.html b/templates/protocol-show.html index bcd8bcd..8e13265 100644 --- a/templates/protocol-show.html +++ b/templates/protocol-show.html @@ -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 %} -- GitLab