added titles

This commit is contained in:
Oliver Zander 2025-11-07 15:34:35 +01:00 committed by Tobias Herre
parent 0bd7bb0672
commit 2815780c27
2 changed files with 9 additions and 0 deletions

View File

@ -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 %}

View File

@ -1,6 +1,10 @@
{% extends "input/base.html" %}
{% load static %}
{% block head_extra %}
<title>{{ type_label|striptags }}</title>
{% endblock %}
{% block content %}
{{ form.media }}