X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fbase.html;fp=qcg%2Ftemplates%2Fqcg%2Fbase.html;h=56f37e190cd2bc6fa0041ba1d7b0e7843bbb4b31;hb=586209a600ac5767a48c57cae1f566c0d6aaf48a;hp=fdcc2fea786c4f79970da56b5f54a0385c46ee5e;hpb=2be60f0940d7db35d669985cc0f88207eb1d2944;p=qcg-portal.git diff --git a/qcg/templates/qcg/base.html b/qcg/templates/qcg/base.html index fdcc2fe..56f37e1 100644 --- a/qcg/templates/qcg/base.html +++ b/qcg/templates/qcg/base.html @@ -62,7 +62,8 @@ - {% else %} + {% elif request %} + {# trick to prevent below link from showing up on error pages #}
  • Zaloguj
  • {% endif %} @@ -77,6 +78,8 @@ {% endfor %} {% endblock messages %} + {% include 'better_sessions/alerts.html' %} + {% block container %} @@ -115,6 +118,23 @@ + + + + + + + {% if user.is_authenticated %} + + {% endif %} + {% block extra_js %}{% endblock %}