diff --git a/templates/list.html b/templates/list.html index 2c215a2..a85b197 100644 --- a/templates/list.html +++ b/templates/list.html @@ -213,8 +213,16 @@
+

已有报名

- + + {% if sort_by == 'likeNum' %} + 按时间 | 按赞数 + {% else %} + 按时间 | 按赞数 + {% endif %} + +
{% for c in pagination.items %}
{{c.content}}
@@ -256,7 +264,6 @@
{% endfor %} -

按时间 | 按赞数