From f04c992f55fb0f7afa92dbd6de9fd29822ffbf52 Mon Sep 17 00:00:00 2001 From: aba2222 Date: Sun, 22 Mar 2026 09:46:30 +0800 Subject: [PATCH 1/2] add aria-table --- forum/templates/forum/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/templates/forum/index.html b/forum/templates/forum/index.html index 8df4fe1..7e6dd62 100644 --- a/forum/templates/forum/index.html +++ b/forum/templates/forum/index.html @@ -13,7 +13,7 @@

可打分的项目

{{ item.name }} - 平均分:{{ item.average_rating|floatformat:1 }}
- 去打分 + 去打分
From 2ca821354491904ebc057e7816fe7c66db6e88e4 Mon Sep 17 00:00:00 2001 From: aba2222 Date: Sun, 22 Mar 2026 09:50:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E7=BB=93=E6=9E=84=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=AF=AD?= =?UTF-8?q?=E4=B9=89=E5=8C=96=E6=A0=87=E7=AD=BE=EF=BC=9B=E4=B8=BA=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=B7=BB=E5=8A=A0aria-label=E4=BB=A5=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E5=8F=AF=E8=AE=BF=E9=97=AE=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forum/templates/base.html | 122 ++++++++++++++++--------------- forum/templates/forum/index.html | 4 +- 2 files changed, 64 insertions(+), 62 deletions(-) diff --git a/forum/templates/base.html b/forum/templates/base.html index 7c0bd05..ba19788 100644 --- a/forum/templates/base.html +++ b/forum/templates/base.html @@ -44,74 +44,76 @@ {% load static %} - + -
+
{% block content %}{% endblock %} -
+