From 9cf6e09dbe0e39bdec775f7891e17ac79be4f04f Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 4 May 2012 16:58:58 +0200 Subject: [PATCH] fix note icon --- teleforma/templates/teleforma/courses.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/courses.html b/teleforma/templates/teleforma/courses.html index b247028e..71066592 100644 --- a/teleforma/templates/teleforma/courses.html +++ b/teleforma/templates/teleforma/courses.html @@ -33,7 +33,7 @@ $(document).ready(function(){ {% block notes %}
-

playlists{% trans "My notes" %}

+

playlists{% trans "My notes" %}

    {% for note in notes %} -- 2.39.5