diff --git a/gms/memberdb/templates/register.html b/gms/memberdb/templates/register.html
index 776534dbe518a6821f21a4f7f19ea9e5ea1aac78..a18b87d2af4e4ab8b865b182669c81a7e780f1d6 100644
--- a/gms/memberdb/templates/register.html
+++ b/gms/memberdb/templates/register.html
@@ -6,13 +6,14 @@
 
 {% block content %}
 <div class="form-container">
+    <p class="tips">
+    {% block tips %}
+        Enter your details, and press "Register" when you are done.<br>
+        Once your membership has been approved, you will receive an email with further instructions to activate your account.
+    {% endblock %}
+    </p>
     <form action="{% block action_url %}{% url 'memberdb:register' %}{% endblock %}" method="post">
-        <p class="tips">
-        {% block tips %}
-            Enter your details, and press "Register" when you are done.<br>
-            Once your membership has been approved, you will receive an email with further instructions to activate your account.
-        {% endblock %}
-        </p>
+
         {% csrf_token %}
     
         {% if form.non_field_errors|length > 0 %}