fix template block syntax
[django-migdal.git] / migdal / templates / search / search.html
index 31be738..c91c7c3 100644 (file)
@@ -5,7 +5,7 @@
 {#% load events_tags %#}
 
 
-{% block "body" %}
+{% block body %}
 <h1>{% trans "Search results" %}</h1>
 
 {% for result in page.object_list %}
@@ -29,4 +29,4 @@
   {% endif %}
 {% endif %}
 
-{% endblock "body" %}
+{% endblock body %}