{% extends 'base.html' %} {% load static %} {% block title %}Edit Widget User{% endblock %} {% block content %}
Edit Widget User: {% csrf_token %} {{form.as_p}}
{% endblock %}