diff --git a/lms/templates/problem.html b/lms/templates/problem.html
index 3b1a6aa37d..0d3ff4e88d 100644
--- a/lms/templates/problem.html
+++ b/lms/templates/problem.html
@@ -7,9 +7,10 @@
-
- ${ problem['html'] }
-
+
+
+ ${ problem['html'] }
+
@@ -26,7 +27,7 @@
% endif
% if attempts_allowed :
-
+
${_("You have used {num_used} of {num_total} submissions").format(num_used=attempts_used, num_total=attempts_allowed)}
% endif