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