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