{% extends "base.html" %} {% block content %} {%load static%}{% load crispy_forms_tags %} Dashboard | By Code Info
{% csrf_token %} {{ form|crispy }}
{% endblock content %}