From 1db13e59c71fd5e95d40db4e26a38ac0b635e89e Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Tue, 18 Oct 2016 11:34:04 -0300 Subject: [PATCH] Template to list the links in the topics [Issue:#126] --- courses/templates/topic/link_topic_list.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+), 0 deletions(-) create mode 100644 courses/templates/topic/link_topic_list.html 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