{% extends "todo/base.html" %} {% block page_heading %}{% endblock %} {% block title %}Add Todo List{% endblock %} {% block content %}

Add a list:

{% csrf_token %}
The full display name for this list.
{{form.group}}
{% endblock %}