{% extends "base.html" %} {% load url from future %} {% load hk_generic %} {% load storm %} {% block title %} Reattach a thread - {{ mlist.display_name|default:mlist.name|escapeemail }} - {{ app_name|title }} {% endblock %} {% block content %}
{% include 'threads/month_list.html' %}

Re-attach a thread to another

Thread to re-attach: {{ thread.subject }} (started {{ thread.starting_email|get_date }}, last active: {{ thread|get_date }})

{% csrf_token %}
    Loading...

(there's no undoing!), or go back to the thread.

{% endblock %} {% block additionaljs %} {% endblock %}