From e2f9139c90df43859cddc421a2d95145b8a35b6f Mon Sep 17 00:00:00 2001 From: Zambom Date: Thu, 27 Oct 2016 23:04:25 -0300 Subject: [PATCH] Adding div wrapper to append new foruns [Issue: #215] --- courses/templates/topic/list_topic_foruns.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/courses/templates/topic/list_topic_foruns.html b/courses/templates/topic/list_topic_foruns.html index 8e0f343..b5b8051 100644 --- a/courses/templates/topic/list_topic_foruns.html +++ b/courses/templates/topic/list_topic_foruns.html @@ -1,3 +1,5 @@ -{% for forum in foruns %} -
  • {{ forum }}
  • -{% endfor %} \ No newline at end of file +
    + {% for forum in foruns %} +
  • {{ forum }}
  • + {% endfor %} +
    \ No newline at end of file -- libgit2 0.21.2