summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/search.html')
-rw-r--r--hyperkitty/templates/search.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/templates/search.html b/hyperkitty/templates/search.html
index e0e4f8c..559eba4 100644
--- a/hyperkitty/templates/search.html
+++ b/hyperkitty/templates/search.html
@@ -14,7 +14,7 @@
<!-- New thread -->
<div class="thread">
<div class="notsaved">
- <a href="/thread/{{list_address}}/{{email.thread_id}}"> <span class="thread_title">{{email.subject}}</span> </a>
+ <a href="{% url thread threadid=email.thread_id, mlist_fqdn=list_address %}"> <span class="thread_title">{{email.subject}}</span> </a>
<span class="thread_date">{{email.date}}</span>
</div>
<div class="thread_content">
@@ -24,7 +24,7 @@
</div>
{% else %}
<div class="inline-block type type_{{email.category|lower}}">
- <a href="/tag/{{list_address}}/{{email.category|lower}}"> {{email.category}} </a>
+ <a href="{% url search_tag mlist_fqdn=list_address, tag=email.category|lower %}"> {{email.category}} </a>
</div>
{% endif %}
<div class="inline-block gravatar">