From: Maciej Tronowski Date: Tue, 1 Sep 2015 16:03:39 +0000 (+0200) Subject: no more Zaloguj link on error pages X-Git-Tag: v1.1~29 X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=593d1faae75848b44ea882f64c140b499dd373e3;p=qcg-portal.git no more Zaloguj link on error pages --- diff --git a/qcg/templates/qcg/base.html b/qcg/templates/qcg/base.html index fdcc2fe..fcd82f0 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 %}