Modal div on layout, to be used/populated with the openModalUrl jquery extension

This commit is contained in:
2016-10-13 19:23:19 +02:00
parent 123804ac99
commit f8b9e54aaa

View File

@@ -49,6 +49,14 @@ html(lang="en")
h1 Right
| {% endblock %}
.modal.fade#modal(role="dialog")
.modal-dialog
.modal-content
.modal-header
button.close(type="button", data-dismiss="modal", aria-label="Close")
i.pi-cancel
span.title
.modal-body
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.select2.min.js') }}", async=true)
| {% block footer_scripts %}{% endblock %}