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_task.html | |
parent | d3e089b71b64cfc1f9f96be141f41806ce5b9e77 (diff) | |
download | pudding-cfc7c3f52544af8a71d3fa3988a06fee200d2c24.tar.gz pudding-cfc7c3f52544af8a71d3fa3988a06fee200d2c24.tar.bz2 pudding-cfc7c3f52544af8a71d3fa3988a06fee200d2c24.zip |
better
Diffstat (limited to 'apps/it/templates/edit_task.html')
-rw-r--r-- | apps/it/templates/edit_task.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/it/templates/edit_task.html b/apps/it/templates/edit_task.html index e1be666..30435e4 100644 --- a/apps/it/templates/edit_task.html +++ b/apps/it/templates/edit_task.html @@ -6,6 +6,6 @@ <form action="" method="post" class="form"> {% csrf_token %} {% bootstrap_form form %} - <button type="submit" class="btn btn-primary">{% trans "Submit" %}</button> + <button type="submit" class="btn btn-primary">{% trans "Save" %}</button> </form> {% endblock main %} |