{% extends "base.html" %} {% block title %}Dozent editieren{% endblock %} {% block content %}

Dozent {{ object.id }} editieren

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

{% endblock %}