mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 23:42:14 +00:00
And now the same for generic forms
This commit is contained in:
@@ -70,7 +70,9 @@
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% if page_title and not request.is_ajax %}<h2>{{page_title}}</h2>{% endif %}
|
||||
{% if page_title and not request.is_ajax %}
|
||||
<h2>{{page_title}}</h2>
|
||||
{% endif %}
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user