File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1 class="entry-title">
23
23
< a href ="{{ article.get_absolute_url }}#comments " class ="ds-thread-count " data-thread-key ="3815 "
24
24
rel ="nofollow ">
25
25
< span class ="leave-reply ">
26
- {% if article.comment and article.comment_set.count %}
26
+ {% if article.comment_set and article.comment_set.count %}
27
27
{{ article.comment_set.count }}个评论
28
28
{% else %}
29
29
发表评论
Original file line number Diff line number Diff line change 122
122
</ li >
123
123
124
124
{% else %}
125
- < li > < a href ="{% url "account:login " %}" rel="nofollow "> 登录</ a >
125
+ < li > < a href ="{% url "account:login " %}" rel="nofollow "> 登录</ a > </ li >
126
126
{% endif %}
127
127
{% if user.is_superuser %}
128
128
< li > < a href ="{% url "blog:refresh " %}" target="_blank "> 刷新缓存</ a > </ li >
You can’t perform that action at this time.
0 commit comments