summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/common/_form_field.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/common/_form_field.html')
-rw-r--r--horizon/templates/horizon/common/_form_field.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/horizon/templates/horizon/common/_form_field.html b/horizon/templates/horizon/common/_form_field.html
index c521fc0d6..5b3a3b2a8 100644
--- a/horizon/templates/horizon/common/_form_field.html
+++ b/horizon/templates/horizon/common/_form_field.html
@@ -17,10 +17,10 @@
<div class="{{ classes.value }} {{ field|wrapper_classes }}">
{% with add_item_link=field|add_item_url %}
{% if add_item_link %}
- <div class='input-group'>
+ <div class="input-group">
{{ field|add_bootstrap_class }}
<span class="input-group-btn">
- <a href="{{ add_item_link }}" data-add-to-field="{{ field.auto_id }}" class='btn btn-default ajax-add ajax-modal'>
+ <a href="{{ add_item_link }}" data-add-to-field="{{ field.auto_id }}" class="btn btn-default ajax-add ajax-modal">
<span class="fa fa-plus"></span>
</a>
</span>