diff --git a/templates/list.html b/templates/list.html index c802bba..51528f9 100644 --- a/templates/list.html +++ b/templates/list.html @@ -285,7 +285,7 @@
@@ -407,7 +407,7 @@
{% for y, count in all_years %} - {{y or '/'}} + {{y or '不详'}} ({{count}}) @@ -441,7 +441,7 @@ {% endif %}
{{p.course}}

- {{p.teacher}} - {{p.year or '/'}} + {{p.teacher}} - {{p.year or '不详'}}

{{p.notes}}