--- -	2021-02-28 12:39:07.215506771 +0100
+++ /var/www/basimil2021/frontend/controllers/SiteController.php	2021-02-26 17:19:11.143989293 +0100
@@ -9,6 +9,7 @@
 use yii\web\Controller;
 use yii\filters\VerbFilter;
 use yii\filters\AccessControl;
+use yii\helpers\Url;
 use common\models\LoginForm;
 use frontend\models\PasswordResetRequestForm;
 use frontend\models\ResetPasswordForm;
@@ -90,7 +91,8 @@
 
         $model = new LoginForm();
         if ($model->load(Yii::$app->request->post()) && $model->login()) {
-            return $this->goBack();
+            //return $this->goBack();
+            return $this->redirect(['site/panorama']);
         } else {
             $model->password = '';
 
@@ -145,6 +147,11 @@
         return $this->render('about');
     }
 
+    public function actionPanorama()
+    {
+        return $this->render('panorama');
+    }
+    
     /**
      * Signs user up.
      *
