{% extends "base.html" %} {% load static %} {% load widget_tweaks %} {% load dashboard_tags %} {% block content %}
{% csrf_token %}

Update {{ model_name }}

{% include template_form_name %}
{% endblock content %}