Revamp the welcome screen for a hopefully final iteration

This commit is contained in:
Jonas Schäfer
2021-01-28 18:47:09 +01:00
parent 6235231db5
commit 205b0173a7
6 changed files with 103 additions and 78 deletions

View File

@@ -1,8 +1,9 @@
{% extends "unauth.html" %}
{% from "library.j2" import avatar with context %}
{% from "library.j2" import standard_button %}
{% block head_lead %}
<title>{% trans %}Snikket Web Portal{% endtrans %}</title>
{% endblock %}
{% block topbar_right %}
{{- super() -}}
{% call standard_button("logout", url_for("user.logout"), class="tertiary") %}{% trans %}Log out{% endtrans %}{% endcall %}
{%- endblock %}