diff --git a/app/templates/base.html b/app/templates/base.html index 9050847..4161427 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -3,17 +3,17 @@ - {% block title %}Postcard Manager{% endblock %} + {% block title %}明信片管理器{% endblock %} diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 5a58821..7d03867 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Dashboard - Postcard Manager{% endblock %} +{% block title %}总览 - 明信片管理器{% endblock %} {% block content %}

👋 欢迎,{{ user.username }}

@@ -94,7 +94,7 @@
-

Profiles

+

Profile

{% for p in profiles %} diff --git a/app/templates/login.html b/app/templates/login.html index c11ccd8..9ef7b43 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}登录 - Postcard Manager{% endblock %} +{% block title %}登录 - 明信片管理器{% endblock %} {% block content %}

登录

diff --git a/app/templates/postcard_detail.html b/app/templates/postcard_detail.html index 834ebab..dfb4d89 100644 --- a/app/templates/postcard_detail.html +++ b/app/templates/postcard_detail.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}明信片详情 - Postcard Manager{% endblock %} +{% block title %}明信片详情 - 明信片管理器{% endblock %} {% block content %}

{{ postcard.card_number }}

diff --git a/app/templates/postcard_form.html b/app/templates/postcard_form.html index de51a0e..e08eb10 100644 --- a/app/templates/postcard_form.html +++ b/app/templates/postcard_form.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ '编辑' if postcard else '新建' }}明信片 - Postcard Manager{% endblock %} +{% block title %}{{ '编辑' if postcard else '新建' }}明信片 - 明信片管理器{% endblock %} {% block content %}

{{ '编辑' if postcard else '新建' }}明信片

diff --git a/app/templates/postcards.html b/app/templates/postcards.html index e4183fd..0f8633f 100644 --- a/app/templates/postcards.html +++ b/app/templates/postcards.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ profile.nickname }} - Postcard Manager{% endblock %} +{% block title %}{{ profile.nickname }} - 明信片管理器{% endblock %} {% block content %}

{{ profile.nickname }} 的明信片

diff --git a/app/templates/profiles.html b/app/templates/profiles.html index 0a9785a..36201ab 100644 --- a/app/templates/profiles.html +++ b/app/templates/profiles.html @@ -1,8 +1,8 @@ {% extends "base.html" %} -{% block title %}Profiles - Postcard Manager{% endblock %} +{% block title %}Profile - 明信片管理器{% endblock %} {% block content %}
-

Profiles

+

Profile

diff --git a/app/templates/settings.html b/app/templates/settings.html index ed60116..4c18288 100644 --- a/app/templates/settings.html +++ b/app/templates/settings.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}用户设置 - Postcard Manager{% endblock %} +{% block title %}用户设置 - 明信片管理器{% endblock %} {% block content %}

用户设置