{% extends "base.html" %} {% block title %}Neue Mitteilung{% endblock %} {% block content %}

Neue Mitteilung erstellen

{% set submit_text = 'Mitteilung erstellen' %} {% include 'status/notice_form.html' %}
{% endblock %}