diff --git a/common/lib/capa/capa/templates/formulaequationinput.html b/common/lib/capa/capa/templates/formulaequationinput.html
index 69cce798b3..de56fd5098 100644
--- a/common/lib/capa/capa/templates/formulaequationinput.html
+++ b/common/lib/capa/capa/templates/formulaequationinput.html
@@ -4,23 +4,14 @@
-
-
- %if value:
- ${value|h}
- % else:
- ${label}
- %endif
- - ${status.display_name}
+
+ ${status.display_name}
diff --git a/common/templates/mathjax_include.html b/common/templates/mathjax_include.html
index 753b2319a5..f15fc0fc67 100644
--- a/common/templates/mathjax_include.html
+++ b/common/templates/mathjax_include.html
@@ -29,6 +29,23 @@
});
%endif
+
+