diff --git a/cms/templates/widgets/problem-edit.html b/cms/templates/widgets/problem-edit.html index 371a8f52b4..96cf58a21f 100644 --- a/cms/templates/widgets/problem-edit.html +++ b/cms/templates/widgets/problem-edit.html @@ -1,27 +1,29 @@ +<%! from django.utils.translation import ugettext as _ %> +
%if enable_markdown:
    -
  • -
  • -
  • -
  • -
  • -
  • -
@@ -34,7 +36,7 @@
-
Heading 1
+
${_("Heading 1")}
@@ -45,7 +47,7 @@
-
Multiple Choice
+
${_("Multiple Choice")}
@@ -56,7 +58,7 @@
-
Checkboxes
+
${_("Checkboxes")}
@@ -67,7 +69,7 @@
-
Text Input
+
${_("Text Input")}
@@ -76,7 +78,7 @@
-
Numerical Input
+
${_("Numerical Input")}
@@ -85,7 +87,7 @@
-
Dropdown
+
${_("Dropdown")}
@@ -94,7 +96,7 @@
-
Explanation
+
${_("Explanation")}