From 23c61363a64ab062705fea8463c2e4d763c362b8 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sun, 5 Jul 2026 23:15:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20shorten=20mark-delivered=20button=20?= =?UTF-8?q?text=20to=20=E5=B7=B2=E9=80=81=E8=BE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/postcard_detail.html | 2 +- app/templates/postcards.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/postcard_detail.html b/app/templates/postcard_detail.html index 13552ad..54731fe 100644 --- a/app/templates/postcard_detail.html +++ b/app/templates/postcard_detail.html @@ -10,7 +10,7 @@ 编辑 {% if postcard.status == 'sent' %}
- +
{% endif %}
diff --git a/app/templates/postcards.html b/app/templates/postcards.html index da2b71e..fd2cec5 100644 --- a/app/templates/postcards.html +++ b/app/templates/postcards.html @@ -48,7 +48,7 @@
{% if pc.status == 'sent' %} - + {% endif %}