From 2dd685655a3d3fe83ed38a731cf1c9e6cb43651c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 23 Sep 2016 12:53:45 +0200 Subject: [PATCH] Fix topic name --- app/templates/pages/projecttopicpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/pages/projecttopicpage.html b/app/templates/pages/projecttopicpage.html index 9e4d87f5..e4c0a925 100644 --- a/app/templates/pages/projecttopicpage.html +++ b/app/templates/pages/projecttopicpage.html @@ -45,7 +45,7 @@ {% with page.projecttopicpage.project_topic as topic %} {% for sub_topic in topic|sub_topics %} -

{{ sub_topic }}

+

{{ sub_topic.name }}

{% if sub_topic.description %}

{{ sub_topic.description }} -- 2.39.5