2
0
Fork 0

Reformat before/after templates

This commit is contained in:
Luca 2022-04-28 00:17:07 +02:00
parent cf3e4b9363
commit fcbec535bc
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,8 @@
{% extends "helper_base.html" %}
{% block title %}Danke!{% endblock %}
{% block content %}
Das wars!<br/>
Danke für Deine Hilfe, bis zum nächsten Event.
Das war's.<br>
Danke für deine Hilfe, bis zum nächsten Event!
{% endblock %}

View File

@ -1,7 +1,8 @@
{% extends "helper_base.html" %}
{% block title %}Stay Tuned!{% endblock %}
{% block title %}Stay tuned!{% endblock %}
{% block content %}
Bald gehts los!<br/>
Wir schicken Dir eine SMS wenn wir freie Schichten haben.
Bald geht's los!<br>
Wir schicken dir eine SMS, wenn wir freie Schichten haben.
{% endblock %}