diff --git a/courses/templates/topic/link_topic_list.html b/courses/templates/topic/link_topic_list.html new file mode 100644 index 0000000..fb57416 --- /dev/null +++ b/courses/templates/topic/link_topic_list.html @@ -0,0 +1,27 @@ +{% load static i18n list_topic_foruns permission_tags %} +{% for link in links%} +
  • {{link}}
  • + + + +{% endfor %} -- libgit2 0.21.2