summaryrefslogtreecommitdiffstats
path: root/apps/it/templates/edit_issue.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/it/templates/edit_issue.html')
-rw-r--r--apps/it/templates/edit_issue.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/it/templates/edit_issue.html b/apps/it/templates/edit_issue.html
index aaedee2..27bdab0 100644
--- a/apps/it/templates/edit_issue.html
+++ b/apps/it/templates/edit_issue.html
@@ -6,6 +6,6 @@
<form action="" method="post" class="form">
{% csrf_token %}
{% bootstrap_form form %}
- <button type="submit" class="btn btn-primary">{% trans "Save" %}</button>
+ <button type="submit" class="btn btn-primary pull-right">{% trans "Save" %}</button>
</form>
{% endblock main %}