{% extends 'base.html' %} {% load static %} {% block title %} Add Widget User {% endblock %} {% block content %}

Add a new Widger user:

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