summaryrefslogtreecommitdiffstats
path: root/apps/it/templates/edit_task.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/it/templates/edit_task.html')
-rw-r--r--apps/it/templates/edit_task.html2
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 %}