diff options
Diffstat (limited to 'apps/it/templates/edit_task.html')
-rw-r--r-- | apps/it/templates/edit_task.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/it/templates/edit_task.html b/apps/it/templates/edit_task.html index 30435e4..03bf18c 100644 --- a/apps/it/templates/edit_task.html +++ b/apps/it/templates/edit_task.html @@ -6,6 +6,7 @@ <form action="" method="post" class="form"> {% csrf_token %} {% bootstrap_form form %} + <a class="btn btn-default" href="{{ task.issue.get_absolute_url }}">{% trans "Cancel" %}</a> <button type="submit" class="btn btn-primary">{% trans "Save" %}</button> </form> {% endblock main %} |