Modal div on layout, to be used/populated with the openModalUrl jquery extension
This commit is contained in:
@@ -49,6 +49,14 @@ html(lang="en")
|
|||||||
h1 Right
|
h1 Right
|
||||||
| {% endblock %}
|
| {% 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)
|
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.select2.min.js') }}", async=true)
|
||||||
| {% block footer_scripts %}{% endblock %}
|
| {% block footer_scripts %}{% endblock %}
|
||||||
|
Reference in New Issue
Block a user