From 99f6fb15a5aaa326a729e73974006d1064a5582f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 11 Feb 2022 20:56:59 -0500 Subject: use UUID for paste id, and more js removal Using uuids means that titles need to be used for displaying "replies," "in response to," and so on. --- templates/new_paste.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/new_paste.html') diff --git a/templates/new_paste.html b/templates/new_paste.html index 4d658c6..977ef22 100644 --- a/templates/new_paste.html +++ b/templates/new_paste.html @@ -4,7 +4,7 @@

{%- if parent %} - - Reply to #{{ parent.id }} + - Reply to {{ parent.title }} {%- endif %} Private

-- cgit