Add page titles
parent
a4011319c1
commit
378e9b164e
@ -1,4 +1,6 @@
|
||||
{% extends "core/base.html" %}
|
||||
|
||||
{% block title %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% endblock %}
|
||||
|
@ -1,8 +1,10 @@
|
||||
{% extends "core/base.html" %}
|
||||
|
||||
{% block title %}Am Anhörabend teilnehmen{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
<button type="submit">Anhörabend beitreten</button>
|
||||
<button type="submit">Am Anhörabend teilnehmen</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
@ -1,4 +0,0 @@
|
||||
{% extends "core/base.html" %}
|
||||
|
||||
{% block body %}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue