From 48a9abdddcecba57906ccd786b34137f6d94afbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 22 Sep 2021 13:43:30 +0200 Subject: [PATCH] Fixes for column span when side image is not present --- .../views/portal/ninja2020/auth/passwords/request.blade.php | 2 +- resources/views/portal/ninja2020/auth/passwords/reset.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/portal/ninja2020/auth/passwords/request.blade.php b/resources/views/portal/ninja2020/auth/passwords/request.blade.php index 2dde51f64752..274d4fdfbefe 100644 --- a/resources/views/portal/ninja2020/auth/passwords/request.blade.php +++ b/resources/views/portal/ninja2020/auth/passwords/request.blade.php @@ -10,7 +10,7 @@ alt="Background image"> @endif -
+
@if($account && !$account->isPaid())
diff --git a/resources/views/portal/ninja2020/auth/passwords/reset.blade.php b/resources/views/portal/ninja2020/auth/passwords/reset.blade.php index c1eb8e1f374e..f3cecd980c97 100644 --- a/resources/views/portal/ninja2020/auth/passwords/reset.blade.php +++ b/resources/views/portal/ninja2020/auth/passwords/reset.blade.php @@ -11,7 +11,7 @@
@endif -
+
@if($account && !$account->isPaid())