fix2v2
This commit is contained in:
parent
25ce46a70b
commit
26ea8020c3
@ -169,7 +169,7 @@
|
||||
<a href="/" class="home-button">⌂</a>
|
||||
<div class="container">
|
||||
<h2>Content</h2>
|
||||
<p>Uploaded by: {{ 'Anonymous' if content.username is None else content.username }}</p>
|
||||
<p>Uploaded by: {{ 'Anonymous' if content.username == 'None' else content.username }}</p>
|
||||
<p>Created at: {{ created_at }}</p>
|
||||
|
||||
<div class="highlight">
|
||||
|
Loading…
Reference in New Issue
Block a user