X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fbase.html;h=b907fe37eac123ae047152abc435b5db31ff5063;hb=5d89371016f27ca592862971f0e4c56a32c497bd;hp=bbb29f3545b6b6d44706a4f15926f32ad583ff71;hpb=7f31f6b03f768014d3f14b309277d32a7f82ce28;p=qcg-portal.git diff --git a/qcg/templates/qcg/base.html b/qcg/templates/qcg/base.html index bbb29f3..b907fe3 100644 --- a/qcg/templates/qcg/base.html +++ b/qcg/templates/qcg/base.html @@ -1,4 +1,5 @@ -{% load staticfiles webdesign %} +{% load staticfiles %} +{% load firstof from future %} @@ -13,6 +14,7 @@ {% block extra_css %}{% endblock %} + {% block body %}
+ {% block messages %} + {% for message in messages %} +
{{ message }}
+ {% endfor %} + {% endblock messages %} + {% block container %}
@@ -89,21 +109,25 @@

- Zaloguj się korzystając z OpenID + Zaloguj się korzystając z OpenID

{% endblock container %}
- + + {% endblock footer %} + + {% endblock body %}