From 868e2e25a7bfec2024526169995a44162307380a Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 23 Dec 2016 20:17:54 +0100 Subject: [PATCH] fixed premium index error --- resources/views/yuuno/premium/index.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/yuuno/premium/index.twig b/resources/views/yuuno/premium/index.twig index 1d28936..3b5cb22 100644 --- a/resources/views/yuuno/premium/index.twig +++ b/resources/views/yuuno/premium/index.twig @@ -22,7 +22,7 @@ Our transactions are handled through PayPal. - {% if user.isActive and user.verified %} + {% if user.isActive %}
@@ -41,7 +41,7 @@

You need to be logged in to get Tenshi!

{% endif %} - {% if user.isActive and user.verified %} + {% if user.isActive %}