mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 00:35:59 +00:00
Update contact view
This commit is contained in:
parent
b28e6859d1
commit
21e27fc754
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@
|
||||||
<hr>
|
<hr>
|
||||||
<section>
|
<section>
|
||||||
@auth
|
@auth
|
||||||
|
<p class="lead">
|
||||||
|
@if(filter_var(config('instance.email'), FILTER_VALIDATE_EMAIL) == true)
|
||||||
|
You can contact the admins by sending an email to {{config('instance.email')}} or using the form below.
|
||||||
|
@else
|
||||||
|
You can contact the admins by using the form below.
|
||||||
|
@endif
|
||||||
|
</p>
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
@csrf
|
@csrf
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
Loading…
Reference in a new issue