diff --git a/templates/content.html b/templates/content.html index 2b2f7ac..a3c1880 100644 --- a/templates/content.html +++ b/templates/content.html @@ -158,7 +158,7 @@
Uploaded by: {{ content.username }}
+Uploaded by: {{ 'Anonymous' if content.username == 'None' else content.username }}
Created at: {{ content.created_at }}
{% if highlighted_content %}