From 1e753eec6be725ed0a734c3ac20c48050cf7a1d8 Mon Sep 17 00:00:00 2001 From: Alexander Burdeinyi Date: Fri, 9 Dec 2016 17:01:17 +0200 Subject: [PATCH] m --- templates/client/article/article.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/client/article/article.html b/templates/client/article/article.html index 332c0fe2..61fdf3e1 100644 --- a/templates/client/article/article.html +++ b/templates/client/article/article.html @@ -32,15 +32,15 @@

{% trans 'Краткое содержание' %}{{ object.main_title }}

{# {{ object.publish_date|date:"d E Y" }} #} {% if object.theme.all.exists %}
- {% trans 'Теги:' %}   {% include 'client/includes/article_theme.html' with obj=object %} + {% trans 'Теги:' %}   {% include 'includes/article_tags.html' with obj=object %}
{% endif %} @@ -69,16 +69,16 @@ {% include 'client/includes/sharing_block_full.html' %} -
+{#
#} {# {% trans 'Источник' %}: {{ object.author }} #} - {% if object.tag.all.exists %} -
- {% include 'includes/article_tags.html' with obj=object %} -
- {% endif %} - -
-
+{# {% if object.tag.all.exists %}#} +{#
#} +{# {% include 'includes/article_tags.html' with obj=object %}#} +{#
#} +{# {% endif %}#} +{##} +{#
#} +{#
#}