Remove test template code

This commit is contained in:
Roberto Rosario
2012-04-11 03:33:56 -04:00
parent 9bcf7574bf
commit 71a3e16a01

View File

@@ -15,19 +15,6 @@
{% if not form and not query %}
{% include "generic_list_subtemplate.html" %}
{% 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 %}
{% block footer %}