From b7f38d69c6fe590f24ae1d40e1022864ca4639bc Mon Sep 17 00:00:00 2001 From: ahoemann Date: Fri, 28 Mar 2025 10:14:28 +0100 Subject: [PATCH] fix: naming for public release --- templates/bin.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bin.j2 b/templates/bin.j2 index 4e9e17e..c9b65ac 100644 --- a/templates/bin.j2 +++ b/templates/bin.j2 @@ -1,5 +1,5 @@ {% extends "base.j2" %} -{% block title %}Pastebin Service{% endblock %} +{% block title %}Pystebin Service{% endblock %} {% block head %} {{ super() }} {% endblock %}