From 26ea8020c3d0e87d3d3933ba05dae47df7767b85 Mon Sep 17 00:00:00 2001 From: spitkov Date: Sat, 5 Oct 2024 20:37:31 +0200 Subject: [PATCH] fix2v2 --- templates/pastebin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pastebin.html b/templates/pastebin.html index 728f660..6fcfd91 100644 --- a/templates/pastebin.html +++ b/templates/pastebin.html @@ -169,7 +169,7 @@

Content

-

Uploaded by: {{ 'Anonymous' if content.username is None else content.username }}

+

Uploaded by: {{ 'Anonymous' if content.username == 'None' else content.username }}

Created at: {{ created_at }}