From 4cd7dfecfbe0d9d5cc5db944e47da8c058e55166 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 11 Feb 2022 19:30:19 -0500 Subject: add support for title, and ensure no js --- 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 5f1760a..4d658c6 100644 --- a/templates/new_paste.html +++ b/templates/new_paste.html @@ -2,7 +2,7 @@ {% block title %}New Paste{% endblock %} {% block body %}
-

New Paste +

{%- if parent %} - Reply to #{{ parent.id }} {%- endif %} -- cgit