mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update contact view
This commit is contained in:
parent
21e27fc754
commit
05fed84eaa
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue