diff --git a/fet2020/templates/base.html b/fet2020/templates/base.html index 46bc2980..c3c26d06 100644 --- a/fet2020/templates/base.html +++ b/fet2020/templates/base.html @@ -230,7 +230,9 @@ {% endif %} -

{% version %}.

+ {% if request.user.is_authenticated %} +

{% version %}

+ {% endif %}
Handcrafted with by fet