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

{{ title }}

Add Floating Image

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