Fixed the privacy issue - now for sure

This commit is contained in:
Polonkai Gergely
2012-07-23 18:23:13 +02:00
parent ff1e3fd9fc
commit 2e7d217503
3 changed files with 5 additions and 1 deletions

View File

@@ -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 %}