mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Startseite für Angemeldete erreichbar gemacht
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
{%- if not loop.first -%}{%- if loop.last %} und {% else -%}, {% endif -%}{%- endif -%}
|
||||
<a href="{{ url_for('klausuren.stufe', stufe_name=stufe.name) }}">{{ stufe.name }}</a>
|
||||
{%- endfor %}
|
||||
einsehen oder sich als Lehrer <a href="{{ url_for('auth.login') }}">anmelden</a>.
|
||||
einsehen
|
||||
{%- if g.lehrer is none %}
|
||||
oder sich als Lehrer <a href="{{ url_for('auth.login') }}">anmelden</a>
|
||||
{%- endif -%}.
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user