summaryrefslogtreecommitdiffstats
path: root/apps/it/templates/edit_task.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2014-02-24 19:31:23 +0200
committerFilipp Lepalaan <f@230.to>2014-02-24 19:31:23 +0200
commit615f73881baf3ae7837ee23467998875a944177f (patch)
tree655a01e7c2131a8ee6be71af790ea2f895374668 /apps/it/templates/edit_task.html
parent993f654f7e3334b235391a8d1f779c3e715a610d (diff)
downloadpudding-615f73881baf3ae7837ee23467998875a944177f.tar.gz
pudding-615f73881baf3ae7837ee23467998875a944177f.tar.bz2
pudding-615f73881baf3ae7837ee23467998875a944177f.zip
Better
Diffstat (limited to 'apps/it/templates/edit_task.html')
-rw-r--r--apps/it/templates/edit_task.html1
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 %}