{% extends "homepage.html" %} {% load crispy_forms_tags %} {% block content %}

Add Client


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