1
0
Fork 0

Update contact view

This commit is contained in:
Daniel Supernault 2019-06-18 14:29:22 -06:00
parent 21e27fc754
commit 05fed84eaa
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
You can contact the admins by using the form below.
@endif
</p>
@if(config('instance.contact.enabled'))
<form method="POST">
@csrf
<div class="form-group">
@ -28,6 +29,7 @@
</div>
<button type="submit" class="btn btn-primary font-weight-bold py-0">Submit</button>
</form>
@endif
@else
<p class="lead">
@if(filter_var(config('instance.email'), FILTER_VALIDATE_EMAIL) == true)