diff --git a/musician/templates/musician/dashboard.html b/musician/templates/musician/dashboard.html index 7615d2b..14020c4 100644 --- a/musician/templates/musician/dashboard.html +++ b/musician/templates/musician/dashboard.html @@ -3,7 +3,7 @@ {% block content %} -

{% trans "Welcome back" %} {{ profile.username }}

+

{% trans "Welcome back" %} {{ profile.username }}

{% if profile.last_login %}

{% blocktrans with last_login=profile.last_login|date:"SHORT_DATE_FORMAT" %}Last time you logged in was: {{ last_login }}{% endblocktrans %}

{% else %}