Fixed the privacy issue - now for sure
This commit is contained in:
@@ -5,4 +5,7 @@
|
||||
{% if article.source %}
|
||||
<p class="forras">Forrás: {{ article.source }}</p>
|
||||
{% endif %}
|
||||
{% if app.user %}
|
||||
<p class="szerzo">{{ article.createdBy.displayName }}</p>
|
||||
{% endif %}
|
||||
{% endblock content %}
|
||||
|
Reference in New Issue
Block a user