From 334674ece388f0fd20aef6b730173e53ca75fc65 Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Tue, 18 Oct 2016 11:35:03 -0300 Subject: [PATCH] Template to list the links in the edit topic screen [Issue:#126] --- courses/templates/topic/link_topic_list_edit.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+), 0 deletions(-) create mode 100644 courses/templates/topic/link_topic_list_edit.html diff --git a/courses/templates/topic/link_topic_list_edit.html b/courses/templates/topic/link_topic_list_edit.html new file mode 100644 index 0000000..006427b --- /dev/null +++ b/courses/templates/topic/link_topic_list_edit.html @@ -0,0 +1,31 @@ +{% load static i18n list_topic_foruns permission_tags %} +{% for link in links%} +
  • +
  • {{link}}
  • + + + + +{% endfor %} + -- libgit2 0.21.2