|
|
@ -13,7 +13,7 @@
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<div class="navbar-menu" id="navbarfoo">
|
|
|
|
<div class="navbar-menu" id="navbarfoo">
|
|
|
|
{% if not helper.number_validated %}
|
|
|
|
{% if not helper.number_validated %}
|
|
|
|
<p class="navbar-item has-text-danger">Bestaige deien Telefonnummer ueber den Link in der SMS</p>
|
|
|
|
<p class="navbar-item has-text-danger">Bestätige deine Telefonnummer über den Link in der SMS</p>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% if helper.important_shift %}
|
|
|
|
{% if helper.important_shift %}
|
|
|
|
<a class="navbar-item" href="{% url 'shift' helper.important_shift.pk %}">{%if helper.important_shift.is_running%}Laufende{% else %}Nächste{% endif %} Schicht</a>
|
|
|
|
<a class="navbar-item" href="{% url 'shift' helper.important_shift.pk %}">{%if helper.important_shift.is_running%}Laufende{% else %}Nächste{% endif %} Schicht</a>
|
|
|
|