{% extends "web/base.html" %} {% load humanize %} {% block content %}
{% csrf_token %}

{{ event.date|naturalday|capfirst }}

{{ form.as_p }}
{% endblock content %}