headextra block for django-migdal rel=canonical support
[prawokultury.git] / prawokultury / templates / base.html
index 4f7565c..8260886 100755 (executable)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 {% load url from future %}
-{% load i18n static %}
+{% load i18n %}
+{% load static from staticfiles %}
 {% load fnp_common menu_tags migdal_tags events_tags fnp_share fnp_lang %}
 {% load compressed %}
 <html prefix="og: http://ogp.me/ns#">
@@ -17,6 +18,7 @@
         <meta property='og:type' content='{% block "ogtype" %}website{% endblock %}' />
         <meta property='og:image' content='{% block "ogimage" %}{{ "/static/img/square-logo.png"|build_absolute_uri:request }}{% endblock %}' />
         <meta property='og:locale' content='pl_PL' />
+        {% block "headextra" %}{% endblock %}
     </head>
     <body>
     <div id="body">