diff --git a/isso/templates/admin.html b/isso/templates/admin.html index 12ac60c..d11ac84 100644 --- a/isso/templates/admin.html +++ b/isso/templates/admin.html @@ -178,7 +178,7 @@ function send_edit(com_id, hash) { {% if order_by == "tid" %} {% if thread_id != comment.tid %} {% set thread_id = comment.tid %} -

{{comment.title}}

+

{{comment.title}} ({{comment.uri}})

{% endif %} {% endif %}
@@ -190,7 +190,7 @@ function send_edit(com_id, hash) {
{% if order_by != "tid" %} -
Thread: {{comment.title}}

+
Thread: {{comment.title}} ({{comment.uri}})

{% endif %} {% if comment.author %} {{comment.author}}