Remove test template code
This commit is contained in:
@@ -15,19 +15,6 @@
|
|||||||
{% if not form and not query %}
|
{% if not form and not query %}
|
||||||
{% include "generic_list_subtemplate.html" %}
|
{% include "generic_list_subtemplate.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% comment %}
|
|
||||||
|
|
||||||
{% for result in page.object_list %}
|
|
||||||
{% with result|search_include as fragment %}
|
|
||||||
{% include fragment %}
|
|
||||||
{% endwith %}
|
|
||||||
{% empty %}
|
|
||||||
<p>No results found.</p>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% endcomment %}
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
|
|||||||
Reference in New Issue
Block a user