Index: trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs
===================================================================
--- trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs (revision 930)
+++ trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs (revision 964)
@@ -1,3 +1,4 @@
-﻿using System.Web.Mvc;
+﻿using System;
+using System.Web.Mvc;
 
 namespace Platnosci.Controllers
@@ -9,5 +10,4 @@
         {
             return RedirectToAction("LogOn", "Account");
-            //return View();
         }
 
@@ -16,4 +16,9 @@
             return View();
         }
+
+        public ActionResult Error()
+        {
+            return View("Error");
+        }
     }
 }
