|
|
|
@ -2,10 +2,6 @@
|
|
|
|
|
|
|
|
|
|
{% block title %}Help!{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block custom_notifications %}
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block navbar %}
|
|
|
|
|
<div class="navbar-start">
|
|
|
|
|
{% if not helper%}
|
|
|
|
@ -23,17 +19,13 @@
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
|
{% if helper and not helper.asta_confirmed %}
|
|
|
|
|
<section class="section">
|
|
|
|
|
<div class="container">
|
|
|
|
|
{% if helper and not helper.asta_confirmed %}
|
|
|
|
|
<div class="notification is-danger">
|
|
|
|
|
<a href="{% url 'asta' %}">Bitte Bestätige deine AStA Mitgliedschaft</a>
|
|
|
|
|
<a href="{% url 'asta' %}">Bitte bestätige deine AStA-Mitgliedschaft</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
{% endif %}
|
|
|
|
|
<section class="section">
|
|
|
|
|
<div class="container">
|
|
|
|
|
{% include 'notifications.html' %}
|
|
|
|
|
{% if helper %}
|
|
|
|
|
<h1 class="title is-1">Hallo {{ helper.name }}!</h1>
|
|
|
|
|