hopefully fix template

This commit is contained in:
Hugh Rundle 2023-09-25 16:35:02 +10:00
parent 9547edf845
commit 4fd5e2094a
No known key found for this signature in database
GPG key ID: A7E35779918253F9

View file

@ -72,9 +72,10 @@
{% endfor %}
</div>
{% endif %}
{% endif %}
</div>
{% block tabs %}
{% if not user.moved_to %}
{% with user|username as username %}
<nav class="tabs">
<ul>
@ -114,9 +115,11 @@
</ul>
</nav>
{% endwith %}
</div>
{% endif %}
{% endblock %}
</div>
{% if not user.moved_to %}
{% block panel %}{% endblock %}
{% endif %}
{% endblock %}