diff --git a/Mundialito/Client/src/Constants.js b/Mundialito/Client/src/Constants.js
index 56b9b74..39e365a 100644
--- a/Mundialito/Client/src/Constants.js
+++ b/Mundialito/Client/src/Constants.js
@@ -14,7 +14,7 @@ angular.module('mundialitoApp').constant('Constants',
{ field: 'Place', displayName: '', resizable: false, maxWidth: 30 },
{ field: 'Name', displayName: 'Name', resizable: true, minWidth: 115 },
{ field: 'Points', displayName: 'Points', resizable: true, minWidth: 45, maxWidth: 75},
- { field: 'GeneralBet.WinningTeam', displayName: 'Team', resizable: false, maxWidth: 45, cellTemplate: '
' },
+ { field: 'GeneralBet.WinningTeam', displayName: 'Team', resizable: false, maxWidth: 45, cellTemplate: '
' },
{ field: 'GeneralBet.GoldenBootPlayer.Name', displayName: 'Player', resizable: false, minWidth: 50, maxWidth: 50, cellTemplate: '{{COL_FIELD.split(\' \')[0].charAt(0)}}.{{COL_FIELD.split(\' \')[1].charAt(0)}}
' },
{ field: 'Marks', displayName: 'Marks', resizable: true },
{ field: 'Results', displayName: 'Results', resizable: true },
diff --git a/Mundialito/Views/Home/Index.cshtml b/Mundialito/Views/Home/Index.cshtml
index 8d174c3..4f9ce7f 100644
--- a/Mundialito/Views/Home/Index.cshtml
+++ b/Mundialito/Views/Home/Index.cshtml
@@ -145,11 +145,11 @@
@if (env.IsProduction())
{
-
+
}
else {
-
+
}