{% extends "helpme/base.html" %} {% load crispy_forms_tags %} {% block help_content %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}