{% extends 'base.html' %} {% block head %} {% load static %} {% endblock %} {% block body %} {% include 'admin/nav.html' %}

Update Information


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