diff --git a/Yavsc/Views/Command/Create.cshtml b/Yavsc/Views/Command/Create.cshtml index ab6b8392..11f23fb3 100644 --- a/Yavsc/Views/Command/Create.cshtml +++ b/Yavsc/Views/Command/Create.cshtml @@ -27,24 +27,34 @@ - - - - +@model PerformerProfile +@{ ViewData["Title"] = "Setup your performer profile"; } +@section header{ + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); - - -} - + } + +} @section scripts{ - - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } - } + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }

@ViewData["Title"].

@@ -116,23 +110,23 @@ var gmap = new google.maps.Map(document.getElementById('map'), {

@SR["Choose below your main activity"]:


-
+
-
-
-
+
+
-
-
+
+
@@ -140,8 +134,8 @@ var gmap = new google.maps.Map(document.getElementById('map'), {
-
-
+
+
@@ -149,8 +143,8 @@ var gmap = new google.maps.Map(document.getElementById('map'), {
-
-
+
+
@@ -158,8 +152,8 @@ var gmap = new google.maps.Map(document.getElementById('map'), {
-
-
+
+
@@ -167,8 +161,8 @@ var gmap = new google.maps.Map(document.getElementById('map'), {
-
-
+
+
@@ -176,38 +170,38 @@ var gmap = new google.maps.Map(document.getElementById('map'), {
-
-
+
+
- +
-
-
+
+
- +
-
-
+
+
+
    +
-
- @Html.Hidden("OrganizationAddress.Latitude") - @Html.Hidden("OrganizationAddress.Longitude") - @Html.Hidden("PerformerId") + + @Html.Hidden("OrganizationAddress.Latitude") @Html.Hidden("OrganizationAddress.Longitude") @Html.Hidden("PerformerId")
@@ -215,4 +209,4 @@ var gmap = new google.maps.Map(document.getElementById('map'), {
@Html.Hidden("PerfomerId") -
+ \ No newline at end of file