{% extends 'base.html' %} {% load crispy_forms_tags %} {% load static %} {% block favicon %} {% endblock favicon %} {% block title %} Update Series {% endblock title %} {% block content %} {% include 'components/message.html' %}
{% csrf_token %} {{form|crispy}}
{% endblock content %}