From a52964a78664a4ba2d32a8c3686214dfbfb3cbf7 Mon Sep 17 00:00:00 2001 From: Vasyl Nakvasiuk Date: Mon, 5 Aug 2013 17:14:11 +0300 Subject: [PATCH] Hotfix world cloud functionality --- lms/templates/word_cloud.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/templates/word_cloud.html b/lms/templates/word_cloud.html index 5ec83afcc7..dc66b04a9b 100644 --- a/lms/templates/word_cloud.html +++ b/lms/templates/word_cloud.html @@ -1,3 +1,5 @@ +<%! from django.utils.translation import ugettext as _ %> +