diff --git a/website/education/templates/education/course.html b/website/education/templates/education/course.html index 952389804df64252c90d5e3251c25a3f6e74483b..acde6c59f7f7c2d48ebd95204841b667a9291253 100644 --- a/website/education/templates/education/course.html +++ b/website/education/templates/education/course.html @@ -31,9 +31,9 @@ {% for item in type.list %}
  • {% if item.type == 'exam' %} - {{ item.name }} + {{ item.name }} {% else %} - {{ item.name }} + {{ item.name }} {% endif %}
  • {% endfor %} @@ -85,4 +85,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}