This commit is contained in:
spitkov 2024-10-05 20:38:04 +02:00
parent 26ea8020c3
commit a031e9d2be

View File

@ -158,7 +158,7 @@
<div class="container"> <div class="container">
<h2>Content</h2> <h2>Content</h2>
{% if content %} {% if content %}
<p>Uploaded by: {{ content.username }}</p> <p>Uploaded by: {{ 'Anonymous' if content.username == 'None' else content.username }}</p>
<p>Created at: {{ content.created_at }}</p> <p>Created at: {{ content.created_at }}</p>
{% if highlighted_content %} {% if highlighted_content %}