mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Created an ajax base template
This commit is contained in:
14
templates/base_ajax.html
Normal file
14
templates/base_ajax.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
||||
<h4 class="modal-title">{% block title %}{% endblock %}</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
{% block footer %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user