diff options
author | Filipp Lepalaan <f@230.to> | 2014-02-19 09:29:17 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2014-02-19 09:29:17 +0200 |
commit | cfc7c3f52544af8a71d3fa3988a06fee200d2c24 (patch) | |
tree | f5eecbb882aea800e9b0707a831f6569de07a853 /apps/it/templates/edit_issue.html | |
parent | d3e089b71b64cfc1f9f96be141f41806ce5b9e77 (diff) | |
download | pudding-cfc7c3f52544af8a71d3fa3988a06fee200d2c24.tar.gz pudding-cfc7c3f52544af8a71d3fa3988a06fee200d2c24.tar.bz2 pudding-cfc7c3f52544af8a71d3fa3988a06fee200d2c24.zip |
better
Diffstat (limited to 'apps/it/templates/edit_issue.html')
-rw-r--r-- | apps/it/templates/edit_issue.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/it/templates/edit_issue.html b/apps/it/templates/edit_issue.html index e1be666..aaedee2 100644 --- a/apps/it/templates/edit_issue.html +++ b/apps/it/templates/edit_issue.html @@ -3,9 +3,9 @@ {% load i18n %} {% block main %} - <form action="" method="post" class="form"> - {% csrf_token %} - {% bootstrap_form form %} - <button type="submit" class="btn btn-primary">{% trans "Submit" %}</button> - </form> +<form action="" method="post" class="form"> + {% csrf_token %} + {% bootstrap_form form %} + <button type="submit" class="btn btn-primary">{% trans "Save" %}</button> +</form> {% endblock main %} |