diff --git a/books/templates/books/create_update.html b/books/templates/books/create_update.html
index d100ccd1..cc7b1436 100644
--- a/books/templates/books/create_update.html
+++ b/books/templates/books/create_update.html
@@ -10,7 +10,7 @@
- {% trans 'Boofilsic - ' %}{{ title }}
+ {% trans 'Nicedb - ' %}{{ title }}
diff --git a/books/templates/books/create_update_review.html b/books/templates/books/create_update_review.html
index 30393be5..eaee9b11 100644
--- a/books/templates/books/create_update_review.html
+++ b/books/templates/books/create_update_review.html
@@ -10,7 +10,7 @@
- {% trans 'Boofilsic - ' %}{{ title }}
+ {% trans 'Nicedb - ' %}{{ title }}
diff --git a/books/templates/books/delete.html b/books/templates/books/delete.html
index 77df437c..5b232dc6 100644
--- a/books/templates/books/delete.html
+++ b/books/templates/books/delete.html
@@ -10,7 +10,7 @@
- {% trans 'Boofilsic - 删除图书' %}
+ {% trans 'Nicedb - 删除图书' %}
diff --git a/books/templates/books/delete_review.html b/books/templates/books/delete_review.html
index 4198a2b0..51e22e3d 100644
--- a/books/templates/books/delete_review.html
+++ b/books/templates/books/delete_review.html
@@ -10,7 +10,7 @@
- {% trans 'Boofilsic - 删除评论' %}
+ {% trans 'Nicedb - 删除评论' %}
diff --git a/books/templates/books/detail.html b/books/templates/books/detail.html
index 8dc12d40..401e803a 100644
--- a/books/templates/books/detail.html
+++ b/books/templates/books/detail.html
@@ -10,7 +10,7 @@
- {% trans 'Boofilsic - 书籍详情' %} | {{ book.title }}
+ {% trans 'Nicedb - 书籍详情' %} | {{ book.title }}
diff --git a/books/templates/books/list.html b/books/templates/books/list.html
index 201139b5..51b25aba 100644
--- a/books/templates/books/list.html
+++ b/books/templates/books/list.html
@@ -11,7 +11,7 @@
- {% trans 'Boofilsic - 书' %}
+ {% trans 'Nicedb - 书' %}
diff --git a/books/templates/books/mark_list.html b/books/templates/books/mark_list.html
index 54590c1c..5a0ae174 100644
--- a/books/templates/books/mark_list.html
+++ b/books/templates/books/mark_list.html
@@ -11,7 +11,7 @@
- {% trans 'Boofilsic - 搜索结果' %}
+ {% trans 'Nicedb - 搜索结果' %}
diff --git a/books/templates/books/review_detail.html b/books/templates/books/review_detail.html
index e90d736c..e549ae4e 100644
--- a/books/templates/books/review_detail.html
+++ b/books/templates/books/review_detail.html
@@ -10,7 +10,7 @@
- {% trans 'Boofilsic - 查看评论' %}
+ {% trans 'Nicedb - 查看评论' %}
diff --git a/books/templates/books/review_list.html b/books/templates/books/review_list.html
index b8ca7d8b..048c9412 100644
--- a/books/templates/books/review_list.html
+++ b/books/templates/books/review_list.html
@@ -11,7 +11,7 @@
- {% trans 'Boofilsic - 搜索结果' %}
+ {% trans 'Nicedb - 搜索结果' %}
diff --git a/books/templates/books/scrape.html b/books/templates/books/scrape.html
index 1e692095..97bb570f 100644
--- a/books/templates/books/scrape.html
+++ b/books/templates/books/scrape.html
@@ -10,7 +10,7 @@
- {% trans 'Boofilsic - 主页' %}
+ {% trans 'Nicedb - 主页' %}
diff --git a/common/templates/common/home.html b/common/templates/common/home.html
index de5642dd..194f04e3 100644
--- a/common/templates/common/home.html
+++ b/common/templates/common/home.html
@@ -10,7 +10,7 @@
- {% trans 'Boofilsic - 主页' %}
+ {% trans 'Nicedb - 主页' %}
diff --git a/common/templates/common/search_result.html b/common/templates/common/search_result.html
index 0cc6b5ba..ade9971a 100644
--- a/common/templates/common/search_result.html
+++ b/common/templates/common/search_result.html
@@ -11,7 +11,7 @@
- {% trans 'Boofilsic - 搜索结果' %}
+ {% trans 'Nicedb - 搜索结果' %}
diff --git a/users/templates/users/list.html b/users/templates/users/list.html
index 0362791f..767a2942 100644
--- a/users/templates/users/list.html
+++ b/users/templates/users/list.html
@@ -12,9 +12,9 @@
{% if is_followers_page %}
- {% trans 'Boofilsic - 被他们关注' %}
+ {% trans 'Nicedb - 被他们关注' %}
{% else %}
- {% trans 'Boofilsic - 关注的人' %}
+ {% trans 'Nicedb - 关注的人' %}
{% endif %}
diff --git a/users/templates/users/login.html b/users/templates/users/login.html
index 670c1a95..13a2d431 100644
--- a/users/templates/users/login.html
+++ b/users/templates/users/login.html
@@ -9,7 +9,7 @@
- {% trans 'Boofilsic - 登录' %}
+ {% trans 'Nicedb - 登录' %}
diff --git a/users/templates/users/manage_report.html b/users/templates/users/manage_report.html
index e28dd6a8..1cbc86fa 100644
--- a/users/templates/users/manage_report.html
+++ b/users/templates/users/manage_report.html
@@ -10,7 +10,7 @@
-
{% trans 'Boofilsic - 管理举报' %}
+ {% trans 'Nicedb - 管理举报' %}
diff --git a/users/templates/users/register.html b/users/templates/users/register.html
index ad7920cb..ccadbadc 100644
--- a/users/templates/users/register.html
+++ b/users/templates/users/register.html
@@ -9,7 +9,7 @@
- {% trans 'Boofilsic - 注册' %}
+ {% trans 'Nicedb - 注册' %}
diff --git a/users/templates/users/report.html b/users/templates/users/report.html
index 59e9497b..84346dc4 100644
--- a/users/templates/users/report.html
+++ b/users/templates/users/report.html
@@ -10,7 +10,7 @@
- {% trans 'Boofilsic - 举报用户' %}
+ {% trans 'Nicedb - 举报用户' %}