{% extends 'base.html' %} {% block title %}Etherpad hinzufügen{% endblock %} {% block content %}

Etherpad hinzufügen

{% csrf_token %} {% if form.non_field_errors %}

Fehler:

{{ form.non_field_errors }}
{% endif %}
{% endblock %}