diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html
index 1e570429..43631971 100644
--- a/RIGS/templates/RIGS/event_detail.html
+++ b/RIGS/templates/RIGS/event_detail.html
@@ -158,7 +158,15 @@
{% if event.is_rig and event.internal %}
-
+
Client Authorisation
diff --git a/RIGS/test_functional.py b/RIGS/test_functional.py
index dff75735..df67a7dc 100644
--- a/RIGS/test_functional.py
+++ b/RIGS/test_functional.py
@@ -74,7 +74,7 @@ class UserRegistrationTest(LiveServerTestCase):
self.assertEqual(last_name.get_attribute('placeholder'), 'Last name')
initials = self.browser.find_element_by_id('id_initials')
self.assertEqual(initials.get_attribute('placeholder'), 'Initials')
- # No longer required for new users
+ # No longer required for new users
# phone = self.browser.find_element_by_id('id_phone')
# self.assertEqual(phone.get_attribute('placeholder'), 'Phone')