{% extends 'base_template/base1.html' %} {% load crispy_forms_tags %} {% block content %} {% include 'dashboard/content/navbar.html' %}
{% include 'dashboard/content/sidebar.html' %}

Edit About Section

Edit About Section

{% csrf_token %} {{ form|crispy }} Cancel
{% include 'dashboard/content/footer.html' %}
{% endblock %}