Skip to content

Commit 80579b0

Browse files
Andy Olliverpeakpg
authored andcommitted
fix bootstrap modal use for "edit form field"
1 parent 59d8c2c commit 80579b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/cms/forms/_form.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
<% end %>
4242
<%# Can't have a form inside a form, so this must go into the head. %>
4343
<%= content_for :html_head do %>
44-
<div id="modal-edit-field" class="modal modal-content" tabindex="-1" role="dialog" aria-labelledby="model_label" aria-hidden="true">
44+
<div id="modal-edit-field" class="modal" tabindex="-1" role="dialog" aria-labelledby="model_label" aria-hidden="true">
45+
<div class="modal-content"></div>
4546
</div>
4647

4748
<div id="modal-confirm-delete-field" class="modal modal-content" tabindex="-1" role="dialog" aria-labelledby="model_label" aria-hidden="true">

0 commit comments

Comments
 (0)