diff --git a/templates/protocol-show.html b/templates/protocol-show.html
index bcd8bcdb37ff44b010399e1ff68c0889480995b9..8e132659c19006bc3beedeef73ca8bb0ed465e48 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 %}