2
0
Fork 0

Improve before/after event pages

This commit is contained in:
Luca 2022-04-28 03:44:40 +02:00
parent 9d8e28f0e1
commit 16bc397b60
3 changed files with 11 additions and 6 deletions

View File

@ -3,6 +3,8 @@
{% block title %}Danke!{% endblock %}
{% block content %}
Das war's.<br>
<h3 class="title">Das war's.</h3>
<p>
Danke für deine Hilfe, bis zum nächsten Event!
</p>
{% endblock %}

View File

@ -1,8 +1,11 @@
{% extends "helper_base.html" %}
{% block title %}Stay tuned!{% endblock %}
{% block title %}Bald geht's los!{% endblock %}
{% block content %}
Bald geht's los!<br>
Wir schicken dir eine SMS, wenn wir freie Schichten haben.
<h3 class="title">Bald geht's los!</h3>
<p>
Du kannst dich gerne bereits <a href="{% url 'register' %}">anmelden</a>.
Wir schicken dir dann eine SMS, sobald wir freie Schichten haben.
</p>
{% endblock %}

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{% block title %}Help!{% endblock %}</title>
<title>{% block title %}Help!{% endblock %} &ndash; Helfer*innen</title>
<link rel="icon" href="{% static 'tonkakt.svg' %}" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="{% static 'bulma.min.css' %}">
<link rel="stylesheet" href="{% static 'bulma-prefers-dark.min.css' %}">