From bd134ed333278f33c9b5596ef5df2501ee648bb1 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 12 Feb 2022 12:07:05 -0500 Subject: add admin page, delete function, and APPNAME var The admin can view the links to private pastes, and can delete pastes from the web console. For now, the admin page is not protected, so this is not production-ready. --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layout.html') diff --git a/templates/layout.html b/templates/layout.html index bfe8b05..fc2d8e5 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,5 +1,5 @@ -{% block title %}{% endblock %} | Flask Pastebin +{% block title %}{% endblock %}{% if appname %} | {{ appname }}{% endif %} -- cgit