Iterate further on the welcome page

This commit is contained in:
Jonas Schäfer
2021-01-28 18:25:10 +01:00
parent 46c7b3be11
commit af61705482
3 changed files with 112 additions and 50 deletions

View File

@@ -5,5 +5,4 @@
{% endblock %}
{% block topbar_right %}
{{- super() -}}
<nav class="usermenu">{{ user_info.display_name }}{% call avatar(user_info.address, user_info.avatar_hash ) %}{% endcall %}</nav>
{%- endblock %}