{% extends "todo/base.html" %} {% block title %}Task:{{ task.title }}{% endblock %} {% block extrahead %} {{ form.media }} {{ merge_form.media }} {% endblock %} {% block content %}
Merging is a destructive operation. This task will not exist anymore, and comments will be moved to the target task.
{{ field.errors }} {{ field }}
Comments on this task
{% for comment in comment_list %}No comments (yet).
{% endif %}