diff --git a/catalog/templates/catalog_edit.html b/catalog/templates/catalog_edit.html index bfc112eb..4d9438d6 100644 --- a/catalog/templates/catalog_edit.html +++ b/catalog/templates/catalog_edit.html @@ -12,7 +12,7 @@ {{ site_name }} - {% if form.instance.id %}{% trans '编辑' %} {{ form.instance.title }} {% else %}{% trans '添加' %}{% endif %} - {% include "common_libs.html" with jquery=1 %} + {% include "common_libs.html" with jquery=0 %} diff --git a/catalog/templates/common_libs.html b/catalog/templates/common_libs.html index f19a0860..f9fa33bf 100644 --- a/catalog/templates/common_libs.html +++ b/catalog/templates/common_libs.html @@ -15,7 +15,19 @@ {% if jquery %} {% else %} - + + {% endif %} diff --git a/catalog/templates/item_base.html b/catalog/templates/item_base.html index 621ae156..fc081d49 100644 --- a/catalog/templates/item_base.html +++ b/catalog/templates/item_base.html @@ -24,7 +24,7 @@ {% block opengraph %} {% endblock %} {{ site_name }} - {% trans item.category.label %} | {{ item.title }} - {% include "common_libs.html" with jquery=1 %} + {% include "common_libs.html" with jquery=0 %} @@ -227,7 +227,7 @@
{% for tag in mark.tags %} - {{ tag }} + {{ tag }} {% endfor %}
diff --git a/catalog/templates/item_mark_list.html b/catalog/templates/item_mark_list.html index be4a4359..b7a3f50d 100644 --- a/catalog/templates/item_mark_list.html +++ b/catalog/templates/item_mark_list.html @@ -13,14 +13,14 @@ {{ site_name }} - {{ item.title }}{% trans '的标记' %} - {% include "common_libs.html" with jquery=1 %} + {% include "common_libs.html" with jquery=0 %}
{% include "partial/_navbar.html" %} - +
@@ -62,16 +62,16 @@
- +
{% include "sidebar_item.html" %}
diff --git a/catalog/templates/item_review_list.html b/catalog/templates/item_review_list.html index bdeebcdb..74e8165c 100644 --- a/catalog/templates/item_review_list.html +++ b/catalog/templates/item_review_list.html @@ -13,7 +13,7 @@ {{ site_name }} - {{ item.title }}{% trans '的评论' %} - {% include "common_libs.html" with jquery=1 %} + {% include "common_libs.html" with jquery=0 %} @@ -81,7 +81,7 @@ {% include "partial/_footer.html" %}
- + \ No newline at end of file + diff --git a/journal/templates/collection.html b/journal/templates/collection.html index 64358944..fe3aa094 100644 --- a/journal/templates/collection.html +++ b/journal/templates/collection.html @@ -23,7 +23,7 @@ {{ site_name }} {% trans '收藏单' %} - {{ collection.title }} - {% include "common_libs.html" with jquery=1 %} + {% include "common_libs.html" with jquery=0 %} diff --git a/journal/templates/collection_edit.html b/journal/templates/collection_edit.html index 00669de7..8412cd30 100644 --- a/journal/templates/collection_edit.html +++ b/journal/templates/collection_edit.html @@ -10,8 +10,8 @@ - {{ site_name }} - {{ title }} - {% include "common_libs.html" with jquery=1 %} + {{ site_name }} - 编辑收藏单 - {{ title }} + {% include "common_libs.html" with jquery=0 %} diff --git a/journal/templates/profile.html b/journal/templates/profile.html index 08a49347..33cc38e8 100644 --- a/journal/templates/profile.html +++ b/journal/templates/profile.html @@ -18,7 +18,7 @@ {% endif %} - {% include "common_libs.html" with jquery=1 %} + {% include "common_libs.html" with jquery=0 %} diff --git a/journal/templates/review.html b/journal/templates/review.html index a3fa4dfb..ec09e599 100644 --- a/journal/templates/review.html +++ b/journal/templates/review.html @@ -17,7 +17,7 @@ {{ site_name }}{% trans '评论' %} - {{ review.title }} - {% include "common_libs.html" with jquery=1 %} + {% include "common_libs.html" with jquery=0 %} @@ -44,7 +44,7 @@ {{ review.owner.username }} - {% if mark %} + {% if mark %} {% if mark.rating %} diff --git a/journal/templates/review_edit.html b/journal/templates/review_edit.html index f6b1d20c..cd631d10 100644 --- a/journal/templates/review_edit.html +++ b/journal/templates/review_edit.html @@ -13,7 +13,7 @@ {{ site_name }} - {{ item.title }} - {% trans '评论' %} - {% include "common_libs.html" with jquery=1 %} + {% include "common_libs.html" with jquery=0 %} diff --git a/journal/templates/user_item_list_base.html b/journal/templates/user_item_list_base.html index 96c124fb..475173a5 100644 --- a/journal/templates/user_item_list_base.html +++ b/journal/templates/user_item_list_base.html @@ -15,7 +15,7 @@ {% block title %} {{ site_name }} - {{ user.mastodon_username }} {% endblock %} - {% include "common_libs.html" with jquery=1 %} + {% include "common_libs.html" with jquery=0 %} @@ -43,7 +43,7 @@ {% endwith %} {% empty %}
{% trans '无结果' %}
- {% endfor %} + {% endfor %}