X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fbase.html;h=133b6f277bfd018bdc3cf5be7bce0e6594188cbb;hb=f8b36b27d943d226437ff56c6306144f82360822;hp=19841b491c8c5fc8f3179612ec3cd331c8602c6e;hpb=c7aa0d764b0b5a6bcd7df967f317bf9fbcde8f73;p=qcg-portal.git diff --git a/qcg/templates/qcg/base.html b/qcg/templates/qcg/base.html index 19841b4..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 %}
@@ -93,21 +104,25 @@

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

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