diff --git a/courses/templates/topic/list_file_edit.html b/courses/templates/topic/list_file_edit.html index 2333c0c..aa569a8 100644 --- a/courses/templates/topic/list_file_edit.html +++ b/courses/templates/topic/list_file_edit.html @@ -2,8 +2,8 @@
{% for file in files %} -
  • -
  • {{ file.file_type.icon }} {{ file.name }}
  • +
  • +
  • {{ file.file_type.icon }} {{ file.name }}
  • {% endfor %}
    -- libgit2 0.21.2