2
0
Fork 0

Hide registration hint if user is already logged in

This commit is contained in:
Luca 2022-04-29 18:57:21 +02:00
parent 36a9e13c29
commit 309a68c217
1 changed files with 2 additions and 0 deletions

View File

@ -5,7 +5,9 @@
{% block content %}
<h3 class="title">Bald geht's los!</h3>
<p>
{% if not helper %}
Du kannst dich gerne bereits <a href="{% url 'register' %}">anmelden</a>.
{% endif %}
Wir schicken dir dann eine SMS, sobald wir freie Schichten haben.
</p>
{% endblock %}