From a4cd2042373ea7a36776268d2df4f6c677f14e97 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sun, 5 Jul 2026 23:12:59 +0800 Subject: [PATCH] fix(ui): remove duplicate back link from detail page, keep top-left back button --- app/templates/postcard_detail.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/postcard_detail.html b/app/templates/postcard_detail.html index 815efe5..feffc52 100644 --- a/app/templates/postcard_detail.html +++ b/app/templates/postcard_detail.html @@ -61,7 +61,6 @@ {% endif %}
所属 Profile
{{ postcard.profile.nickname }}
- ← 返回列表 {% endblock %}