From 05fed84eaa296ab3ddb8b770641c43af0eb4ad8e Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 18 Jun 2019 14:29:22 -0600 Subject: [PATCH] Update contact view --- resources/views/site/contact.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/site/contact.blade.php b/resources/views/site/contact.blade.php index fd5117289..8daa540bf 100644 --- a/resources/views/site/contact.blade.php +++ b/resources/views/site/contact.blade.php @@ -15,6 +15,7 @@ You can contact the admins by using the form below. @endif

+ @if(config('instance.contact.enabled'))
@csrf
@@ -28,6 +29,7 @@
+ @endif @else

@if(filter_var(config('instance.email'), FILTER_VALIDATE_EMAIL) == true)