{% extends 'base.html' %} {% block title %} edit {% endblock %} {% block content %}

Neue Nachricht

{% csrf_token %} {{ form.as_p }}
{% endblock %}