X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fbase.html;h=133b6f277bfd018bdc3cf5be7bce0e6594188cbb;hb=2e9ac76d9077819ede2eb7f2077cd7e364aa16dc;hp=70305988f94d2762cf0968b8e30b00b3f41c95f5;hpb=b7514ef07d95b1670d1535f6c48f78292ccee32a;p=qcg-portal.git diff --git a/qcg/templates/qcg/base.html b/qcg/templates/qcg/base.html index 7030598..133b6f2 100644 --- a/qcg/templates/qcg/base.html +++ b/qcg/templates/qcg/base.html @@ -1,4 +1,4 @@ -{% load staticfiles webdesign %} +{% load staticfiles %} {% load firstof from future %} @@ -14,6 +14,7 @@ {% block extra_css %}{% endblock %} + {% block body %}
+ {% block messages %} + {% for message in messages %} +
{{ message }}
+ {% endfor %} + {% endblock messages %} + {% block container %}
@@ -102,15 +110,19 @@ {% endblock container %}
- + + {% endblock footer %} + + {% endblock body %}