From 593d1faae75848b44ea882f64c140b499dd373e3 Mon Sep 17 00:00:00 2001 From: Maciej Tronowski Date: Tue, 1 Sep 2015 18:03:39 +0200 Subject: [PATCH] no more Zaloguj link on error pages --- qcg/templates/qcg/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %} -- 1.7.9.5