equal
deleted
inserted
replaced
1 {% extends 'base.html' %} |
1 {% extends 'base.html' %} |
2 {% block title %} |
2 {% block title %} |
3 Remove tasks for {{task.title}} |
3 Remove tasks for {{task.title}} |
4 {% endblock %} |
4 {% endblock %} |
5 {% block content %} |
5 {% block content %} |
|
6 <a href="/task/view/tid={{task.id}}">Click here</a> to return to task.<br /> |
6 {% if errors %} |
7 {% if errors %} |
7 Please correct the following errors.<br /> |
8 Please correct the following errors.<br /> |
8 {% for err in errors %} |
9 {% for err in errors %} |
9 {{err}}<br /> |
10 {{err}}<br /> |
10 {% endfor %} |
11 {% endfor %} |