From 5b53fbda0b1baabe56cee6d53e06fa3536a2a765 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 5 Dec 2018 04:09:59 +0100 Subject: [PATCH] common.js: add stripHTML filter --- dashboard/static/index.html | 2 +- frontend/static/js/common.js | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/dashboard/static/index.html b/dashboard/static/index.html index 4c107675..1f678c7f 100644 --- a/dashboard/static/index.html +++ b/dashboard/static/index.html @@ -96,7 +96,7 @@

Challenge {{ themes[my.exercices[s.params.exercice].theme_id].exercices[s.params.exercice].title }} du thème {{ themes[my.exercices[s.params.exercice].theme_id].name }} - par {{ themes[my.exercices[s.params.exercice].theme_id].authors }} + par {{ themes[my.exercices[s.params.exercice].theme_id].authors | stripHTML }}