diff --git a/app/templates/base.html b/app/templates/base.html index 230637c..79b7d2c 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -17,7 +17,9 @@ Calendar.social +{% if current_user.is_authenticated %} {{ _('Logged in as %(username)s', username=current_user.username) }} +{% endif %} {% if not current_user.is_authenticated %} {% trans %}Login{% endtrans %}