fixv2v3
This commit is contained in:
parent
26ea8020c3
commit
a031e9d2be
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user