Starting with forum.
[edumed.git] / edumed / templates / base.html
index 48b074f..417dc88 100644 (file)
@@ -1,5 +1,4 @@
 <!DOCTYPE html>
-{% load url from future %}
 {% load i18n static %}
 {% load fnp_common fnp_share fnp_lang macros %}
 {% load compressed static %}
@@ -25,7 +24,6 @@
         <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script></script><![endif]-->
     </head>
     <body id="{% block body-id %}body{% endblock %}">
-
         <div id="header-wrapper">
         <header class="main" style="position:relative;">
             <!--img
@@ -61,7 +59,7 @@
         </header>
         </div>
 
-        <div id="content">{% block body %}{% endblock %}</div>
+        <div id="content">{% block body %}{% block content %}{% endblock %}{% endblock %}</div>
 
         <footer class="main">
             {# chunks? #}