|
|
|
@ -5,7 +5,7 @@
|
|
|
|
{% block body %}
|
|
|
|
{% block body %}
|
|
|
|
<section class="section">
|
|
|
|
<section class="section">
|
|
|
|
<div class="container">
|
|
|
|
<div class="container">
|
|
|
|
{% if helper and not helper.asta_confirmed %}
|
|
|
|
{% if helper and not helper.asta_confirmed and enable_asta %}
|
|
|
|
<div class="notification is-danger">
|
|
|
|
<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>
|
|
|
|
|