summaryrefslogtreecommitdiffstats
path: root/templates/thread.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/thread.html')
-rw-r--r--templates/thread.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/templates/thread.html b/templates/thread.html
index 31ab4ef..3031c96 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -8,8 +8,6 @@
{% block content %}
-<div class="content">
-
{% include 'threads/right_col.html' %}
<!-- main section, the email thread -->
@@ -20,11 +18,11 @@
<!-- End first email -->
{% for email in threads %}
- <!-- Start email -->
<div class="even">
+ <!-- Start email -->
{% include 'messages/message.html' %}
+ <!-- End of email -->
</div>
- <!-- End of email -->
{% empty %}
Sorry no emails could be found for your search.
@@ -32,7 +30,6 @@
</section>
-</div>
<!-- end of content -->
{% endblock %}