diff --git a/Html/apps/templates/index.html b/Html/apps/templates/index.html index ade7641..2a717ec 100644 --- a/Html/apps/templates/index.html +++ b/Html/apps/templates/index.html @@ -1,8 +1,9 @@ + - - 课程选择主页 + + 课程选择主页 @@ -12,6 +13,7 @@ + {% include 'navbar.html' %} @@ -38,7 +40,7 @@

课程列表

{% for course in courses_data %} - -
+
- 课程封面 + 课程封面
算法设计
{{course.name}}
@@ -62,11 +63,15 @@ 4.7
- + {% if course._id in selected_courses %} - + {% else %} - + {% endif %}
@@ -74,13 +79,13 @@
{% endfor %} - +
- {% include 'footer-brief.html' %} + {% include 'footer-brief.html' %} - + + \ No newline at end of file