{% extends 'thisweek.html' %} {% block title %}Add Task{% endblock %} {% block content %}
{% csrf_token %} {{form.as_p}}
{% endblock %}