{% extends 'base.html' %} {% block content %} {% load crispy_forms_tags %}
{% include 'dashboard/sidebar.html' %}

Edit Category

{% csrf_token %} {{form | crispy}}

{% endblock %}