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

View File

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