This commit is contained in:
spitkov 2024-10-05 20:37:08 +02:00
parent 23c535d933
commit 25ce46a70b

View File

@ -169,7 +169,7 @@
<a href="/" class="home-button">&#8962;</a>
<div class="container">
<h2>Content</h2>
<p>Uploaded by: {{ content.username }}</p>
<p>Uploaded by: {{ 'Anonymous' if content.username is None else content.username }}</p>
<p>Created at: {{ created_at }}</p>
<div class="highlight">