Improve before/after event pages
This commit is contained in:
parent
9d8e28f0e1
commit
16bc397b60
|
@ -3,6 +3,8 @@
|
||||||
{% block title %}Danke!{% endblock %}
|
{% block title %}Danke!{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
Das war's.<br>
|
<h3 class="title">Das war's.</h3>
|
||||||
|
<p>
|
||||||
Danke für deine Hilfe, bis zum nächsten Event!
|
Danke für deine Hilfe, bis zum nächsten Event!
|
||||||
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
{% extends "helper_base.html" %}
|
{% extends "helper_base.html" %}
|
||||||
|
|
||||||
{% block title %}Stay tuned!{% endblock %}
|
{% block title %}Bald geht's los!{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
Bald geht's los!<br>
|
<h3 class="title">Bald geht's los!</h3>
|
||||||
Wir schicken dir eine SMS, wenn wir freie Schichten haben.
|
<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 %}
|
{% endblock %}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<title>{% block title %}Help!{% endblock %}</title>
|
<title>{% block title %}Help!{% endblock %} – Helfer*innen</title>
|
||||||
<link rel="icon" href="{% static 'tonkakt.svg' %}" sizes="any" type="image/svg+xml">
|
<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.min.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'bulma-prefers-dark.min.css' %}">
|
<link rel="stylesheet" href="{% static 'bulma-prefers-dark.min.css' %}">
|
||||||
|
|
Loading…
Reference in New Issue