fix(ui): remove duplicate back link from detail page, keep top-left back button

This commit is contained in:
2026-07-05 23:12:59 +08:00
parent 71a029057a
commit a4cd204237

View File

@@ -61,7 +61,6 @@
{% endif %} {% endif %}
<dt>所属 Profile</dt><dd>{{ postcard.profile.nickname }}</dd> <dt>所属 Profile</dt><dd>{{ postcard.profile.nickname }}</dd>
</dl> </dl>
<a href="/profiles/{{ postcard.profile_id }}/postcards">← 返回列表</a>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}