summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-06-10 16:43:43 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-06-10 16:43:43 +0200
commitd4c920cf45f16d53e26388e3b9a8dee515de3862 (patch)
tree87d23dc95ea6e354720ac1c098e5a913b7af35b9
parent05294b1699f2f51be9ccea7afe0185660585df79 (diff)
downloadhyperkitty-d4c920cf45f16d53e26388e3b9a8dee515de3862.tar.gz
hyperkitty-d4c920cf45f16d53e26388e3b9a8dee515de3862.tar.xz
hyperkitty-d4c920cf45f16d53e26388e3b9a8dee515de3862.zip
Layout the css link and work on the add tag bits
-rw-r--r--templates/thread.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/thread.html b/templates/thread.html
index 3a75949..41c3aa7 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -4,7 +4,8 @@
{% block title %}{{ app_name }}{% endblock %}
{% block additional_headers %}
- <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/thread.css" />
+ <link rel="stylesheet" type="text/css" media="all"
+ href="{{ STATIC_URL }}css/thread.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
<script src="{{ STATIC_URL }}jquery.expander.js"></script>
@@ -49,9 +50,10 @@
</ul>
</div>
<div id="add_tag">
- <form action="#add_tag" method="get" >
- <input id="add_tag_field" type="text" name="add_tag" class="inline-block"/>
- <input id="add_tag_button" type="submit" value="ADD" class="inline-block"/>
+ <form action="/addtag/{{list_address}}/{{first_mail.message_id}}/" method="post">
+ {% csrf_token %}
+ {{ addtag_form.as_p }}
+ <button type="submit">Add a tag</button>
</form>
</div>
<div id="participants">