{% extends 'base.html' %}
{% block title %}
Remove tasks for {{task.title}}
{% endblock %}
{% block content %}
Click here to return to task.
{% if errors %}
Please correct the following errors.
{% for err in errors %}
{{err}}
{% endfor %}
{% endif %}