forked from beba/foerderbarometer
added titles
This commit is contained in:
parent
0bd7bb0672
commit
2815780c27
|
|
@ -1,6 +1,11 @@
|
||||||
{% extends "input/base.html" %}
|
{% extends "input/base.html" %}
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
|
{% block head_extra %}
|
||||||
|
<title>Was möchtest du beantragen?</title>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<form class="page-centered" method="post">
|
<form class="page-centered" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
{% extends "input/base.html" %}
|
{% extends "input/base.html" %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
|
{% block head_extra %}
|
||||||
|
<title>{{ type_label|striptags }}</title>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ form.media }}
|
{{ form.media }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue