{% extends "djhcup_base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% csrf_token %}
    {{ form.as_ul }}
{% endblock %}