diff options
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/month_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html index 5b7a32e..e8b42bc 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -10,7 +10,7 @@ <div class="thread"> <div class="notsaved"> <span class="thread_title"> <a name="{{email.thread_id}}" - href="/thread/{{list_address}}/{{email.thread_id}}"> {{email.subject}} </a> </span> + href="{% url thread threadid=email.thread_id, mlist_fqdn=list_address %}"> {{email.subject}} </a> </span> <span class="thread_date"> {{email.date}}</span> </div> <div class="thread_content"> |