diff options
-rw-r--r-- | pytask/templates/task/view_work.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytask/templates/task/view_work.html b/pytask/templates/task/view_work.html index 3022397..0083277 100644 --- a/pytask/templates/task/view_work.html +++ b/pytask/templates/task/view_work.html @@ -23,7 +23,7 @@ {% endif %} {% if is_working %} - <a href="{% url submit_report rep.id %}">Submit report</a> + <a href="{% url submit_report task.id %}">Submit report</a> <hr /> {% endif %} {% endblock %} |