diff options
Diffstat (limited to '97suifangqa/templates/sciblog/blog_detail_source.html')
-rw-r--r-- | 97suifangqa/templates/sciblog/blog_detail_source.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/97suifangqa/templates/sciblog/blog_detail_source.html b/97suifangqa/templates/sciblog/blog_detail_source.html index 83be5f1..6f57b4e 100644 --- a/97suifangqa/templates/sciblog/blog_detail_source.html +++ b/97suifangqa/templates/sciblog/blog_detail_source.html @@ -1,7 +1,7 @@ {% extends "sciblog/blog_detail.html" %} {% block sectionname %} -文章来源 +<span style="font-weight:normal;">文章来源</span> {% endblock %} {% block navigation %} @@ -24,7 +24,7 @@ <p>{{ blog.authors }}</p> <h4>学者机构</h4> <p>{% for h in blog.hospital.all %} -{{ h.name }}({{ h.city.nation.name }}) +{{ h.name }}({{ h.city.nation.name }}) {% endfor %} -等等</p> +等</p> {% endblock %} |