fix?
This commit is contained in:
parent
23c535d933
commit
25ce46a70b
@ -169,7 +169,7 @@
|
||||
<a href="/" class="home-button">⌂</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">
|
||||
|
Loading…
Reference in New Issue
Block a user