diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-27 19:02:32 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-27 23:38:36 +0100 |
| commit | 07c1a4a2b4211c1975f9d641401636a8cbc35f9c (patch) | |
| tree | c18e9a619552eb9a777a27b126ca9ca62624b25c /hyperkitty/templates/threads/right_col.html | |
| parent | 628d011c865da76054d6b72ddf3f0f5e7341f649 (diff) | |
| download | hyperkitty-07c1a4a2b4211c1975f9d641401636a8cbc35f9c.tar.gz hyperkitty-07c1a4a2b4211c1975f9d641401636a8cbc35f9c.tar.xz hyperkitty-07c1a4a2b4211c1975f9d641401636a8cbc35f9c.zip | |
Switch to the new-style "url" tag
Required by Django >= 1.5
https://docs.djangoproject.com/en/1.5/releases/1.5/
Diffstat (limited to 'hyperkitty/templates/threads/right_col.html')
| -rw-r--r-- | hyperkitty/templates/threads/right_col.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 7c34c18..1c9ca26 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -23,7 +23,7 @@ </div> </div> <form id="fav_form" name="favorite" method="post" class="favorite" - action="{% url favorite mlist_fqdn=mlist.name, threadid=threadid %}"> + action="{% url 'favorite' mlist_fqdn=mlist.name threadid=threadid %}"> {% csrf_token %} <input type="hidden" name="action" value="{{ fav_action }}" /> <p> @@ -37,7 +37,7 @@ </div> <div id="add-tag"> <form id="add-tag-form" name="addtag" method="post" - action="{% url add_tag mlist_fqdn=mlist.name, threadid=threadid %}"> + action="{% url 'add_tag' mlist_fqdn=mlist.name threadid=threadid %}"> {% csrf_token %} {{ addtag_form.as_p }} </form> |
