Fix: Remove duplicated h1 (my fault)

This commit is contained in:
KryptoPX 2022-01-27 17:58:39 +00:00
parent 560c48ddaa
commit a0cc4d0a41
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% block content %}
<h1 style="margin-top: 10px;">{% trans "Welcome back" %} <strong>{{ profile.username }}</strong></h1>
<h2 style="margin-top: 10px;">{% trans "Welcome back" %} <strong>{{ profile.username }}</strong></h2>
{% if profile.last_login %}
<p>{% blocktrans with last_login=profile.last_login|date:"SHORT_DATE_FORMAT" %}Last time you logged in was: {{ last_login }}{% endblocktrans %}</p>
{% else %}