From 5071591286b89bd05fb9febed308fc219bf7deca Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Wed, 20 Jun 2012 02:54:17 -0400 Subject: removing all base_*.html template files. All templates now extends single base.html --- templates/base_thread.html | 95 ---------------------------------------------- 1 file changed, 95 deletions(-) delete mode 100644 templates/base_thread.html (limited to 'templates/base_thread.html') diff --git a/templates/base_thread.html b/templates/base_thread.html deleted file mode 100644 index dea3b2d..0000000 --- a/templates/base_thread.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - {% block title %}Mail app{% endblock %} - - - - - - - {% block additional_headers %} - {% endblock %} - - - - - -
-
- -
-
-
    - {{ search_form.as_ul }} -
-
-
-
-

- - {{list_address}} - -

-

- - All lists - -

-
- {% if next_thread %} -
- - New thread - -
- {{next_thread}} -
- {% endif %} - -
- - question - -
- {{first_mail.email.subject}} -
    -
  • {{participants|length}} participants
  • -
  • {{answers}} comments
  • -
-
- - {% if prev_thread %} -
- - New thread - -
- {{prev_thread}} -
- {% endif %} - -
- - -
-
-
- -
- {% block content %} - {% endblock %} -
- - - -- cgit