remove "load url from future"
[django-migdal.git] / migdal / templates / search / search.html
index 31be738..cfb5b52 100644 (file)
@@ -1,11 +1,10 @@
 {% extends "base.html" %}
-{% load url from future %}
 {% load i18n %}
 {% load migdal_tags %}
 {#% load events_tags %#}
 
 
-{% block "body" %}
+{% block body %}
 <h1>{% trans "Search results" %}</h1>
 
 {% for result in page.object_list %}
@@ -29,4 +28,4 @@
   {% endif %}
 {% endif %}
 
-{% endblock "body" %}
+{% endblock body %}