aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/templates/dispatch/companies/edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/dispatch/templates/dispatch/companies/edit.html')
-rw-r--r--app/dispatch/templates/dispatch/companies/edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dispatch/templates/dispatch/companies/edit.html b/app/dispatch/templates/dispatch/companies/edit.html
index 154ac1d..3213d7a 100644
--- a/app/dispatch/templates/dispatch/companies/edit.html
+++ b/app/dispatch/templates/dispatch/companies/edit.html
@@ -11,6 +11,6 @@
<form action="" method="post">{% csrf_token %}
{{ form.as_p }}
- <input type="submit" class="btn blue" value="Update" />
+ <input type="submit" class="btn btn-block-sm blue" value="Update" />
</form>
{% endblock %}