diff --git a/article/templates/article/detail.html b/article/templates/article/detail.html index 0d0002a..0791168 100644 --- a/article/templates/article/detail.html +++ b/article/templates/article/detail.html @@ -65,18 +65,19 @@
- - {{user.user}} - + + + {{user.user}} + + +
{{user.point}} - + - {{user.unread}} - -
注销
{{i.detail|striptags|truncatechars:500|safe}}
{{i.detail|striptags|truncatechars:500|safe|linebreaks}}
{% if title %}{{title}}{% endif %}
{% ifnotequal user.id None %}- - {{user.user}} - + + + {{user.user}} + + +
{{user.point}} - + - {{user.unread}} - -
+ {{user.unread}} + + +注销
{{i.title}}
-{{i.detail|striptags|truncatechars:500|safe}}
+{{i.detail|striptags|truncatechars:500|safe|linebreaks}}
{{i.publish_time|timetonow}} - {{i.author}} + {{i.author}} {{i.section}} @@ -36,7 +36,7 @@{% if title %}{{title}}{% endif %}
{% if i.tag %}{{i.tag}}{% endif %} - 阅读全文 + 阅读全文››