diff --git a/pages/registration.html b/pages/registration.html
index 92f0d4b..df2e12b 100644
--- a/pages/registration.html
+++ b/pages/registration.html
@@ -235,7 +235,7 @@
-
+
diff --git a/script.js b/script.js
index 436a1c8..e348ceb 100644
--- a/script.js
+++ b/script.js
@@ -329,7 +329,7 @@
$scope.data.citymeetup = '';
$scope.register = function(value){
$scope.data.citymeetup = value;
- if (value == 'maininvest') {
+ if (value == 'mainevent') {
$scope.eventType = true;
$scope.mainType = false;
$scope.data.stage = null;