From 6157e40db9c0484dc20fdbfb46fbb0ada23f398a Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Mon, 6 Jul 2026 19:41:21 +0800 Subject: [PATCH] fix(profiles): remove duplicate border, center-align textarea/button; notes read-only on postcards page --- app/templates/postcards.html | 8 +++----- app/templates/profiles.html | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/app/templates/postcards.html b/app/templates/postcards.html index af287f5..be35fe9 100644 --- a/app/templates/postcards.html +++ b/app/templates/postcards.html @@ -6,11 +6,9 @@ + 新明信片
-
- - - -
+ {% if profile.notes %} +
{{ profile.notes }}
+ {% endif %}
diff --git a/app/templates/profiles.html b/app/templates/profiles.html index 1c6cda7..07ec4cd 100644 --- a/app/templates/profiles.html +++ b/app/templates/profiles.html @@ -48,8 +48,8 @@ 国家
-
- +
+