diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html
index dc02a5c3..9915dd82 100755
--- a/physics/templates/physics/exam_take.html
+++ b/physics/templates/physics/exam_take.html
@@ -18,7 +18,7 @@
[{{ pos|add:1 }}/{{ exam_length }}]
- {% include 'physics/partials/exam_flag_button.html' %}
+
@@ -69,6 +69,27 @@
}catch(e){ console && console.error && console.error(e); }
};
+
{% include "physics/exam_take_help.html" %}
diff --git a/physics/templates/physics/partials/exam_take_fragment.html b/physics/templates/physics/partials/exam_take_fragment.html
index 8d8000a6..5c9155b3 100644
--- a/physics/templates/physics/partials/exam_take_fragment.html
+++ b/physics/templates/physics/partials/exam_take_fragment.html
@@ -1,4 +1,6 @@
+
+ {% include 'physics/partials/exam_flag_button.html' %}