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 @@ ⌂
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 }}