diff options
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 %} |