{% extends "users/base.html" %} {% load crispy_forms_tags %} {% block content %}

Neuer Benutzer


{% csrf_token %} {{ form|crispy }}
  Abbrechen
{% endblock content %}