From a0cc4d0a415647d83b6b059d8572e3b0c24d3c7e Mon Sep 17 00:00:00 2001 From: KryptoPX Date: Thu, 27 Jan 2022 17:58:39 +0000 Subject: [PATCH] Fix: Remove duplicated h1 (my fault) --- musician/templates/musician/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}