{% extends 'stadt/settings.html' %} {% block sidebar %} {% with chapter='gestalt' %}{{ block.super }}{% endwith %} {% endblock %} {% block content %}
{% csrf_token %}
{% field form.slug prefix='@' %} {% field form.first_name %} {% field form.last_name %}
{% field form.about %} {% field_checkbox form.public %}

Gefahrenbereich

{% endblock %}