From: Maciej Tronowski Date: Tue, 8 Sep 2015 13:27:35 +0000 (+0200) Subject: render alerts only for authenticated users X-Git-Tag: v1.1~17 X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=08f58fd74e9918e42efab3568420006cc69d3aae;p=qcg-portal.git render alerts only for authenticated users --- diff --git a/better_sessions/templates/better_sessions/alerts.html b/better_sessions/templates/better_sessions/alerts.html index 8160df1..ab95818 100644 --- a/better_sessions/templates/better_sessions/alerts.html +++ b/better_sessions/templates/better_sessions/alerts.html @@ -1,8 +1,10 @@ - +{% if user.is_authenticated %} + - + +{% endif %}