Html validation fix for user admin view

This commit is contained in:
Mouse Reeve
2021-09-28 15:20:10 -07:00
parent ada3e1d4d6
commit 5b3ff8469d
2 changed files with 4 additions and 7 deletions

View File

@ -4,10 +4,7 @@
{% block title %}{{ user.username }}{% endblock %}
{% block header %}
{{ user.username }}
<p class="help has-text-weight-normal">
<a href="{% url 'settings-users' %}">{% trans "Back to users" %}</a>
</p>
<a class="help has-text-weight-normal" href="{% url 'settings-users' %}">{% trans "Back to users" %}</a>
{% endblock %}
{% block panel %}