From 671f4bb859d6f8927c97504b97ecf14cb6318fdb Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 8 Feb 2013 16:27:52 +0100 Subject: WIP: Create new thread button --- hyperkitty/templates/message_new.html | 33 +++++++++++++++++++++++++++++++++ hyperkitty/templates/thread_list.html | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 hyperkitty/templates/message_new.html (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/message_new.html b/hyperkitty/templates/message_new.html new file mode 100644 index 0000000..c630127 --- /dev/null +++ b/hyperkitty/templates/message_new.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} +{% load gravatar %} +{% load hk_generic %} +{% load storm %} + + +{% block title %} +Create a new thread - {{ mlist.display_name|default:mlist.name|escapeemail }} - {{ app_name|title }} +{% endblock %} + +{% block content %} + +
+ +{% include 'threads/month_list.html' %} + +
+ +
+

Create a new thread

+
+ +
+ {% include 'messages/reply_form.html' %} +
+ +
+ +
+ +{% endblock %} + +{# vim: set noet: #} diff --git a/hyperkitty/templates/thread_list.html b/hyperkitty/templates/thread_list.html index cb95daa..d11fdf3 100644 --- a/hyperkitty/templates/thread_list.html +++ b/hyperkitty/templates/thread_list.html @@ -19,6 +19,8 @@

{{ mlist.display_name|default:mlist.name|escapeemail }} {{ list_title }}

+ + Start a new thread