Hinzugefügt
Anmeldeformular für Nikolausaktion als abgelaufen anzeigen
This commit is contained in:
parent
0e0aaf2cc6
commit
4a9052a90a
@ -32,6 +32,7 @@ class ContactController extends ExtendedController
|
||||
$view = view("inc.contact.subscribe");
|
||||
$view->with('url', $this->route);
|
||||
$view->with('formdata', $formdata);
|
||||
$view->with('expired', true);
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
||||
@ -32,6 +32,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- -->
|
||||
@if($expired)
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
Es tut uns Leid, aber der Anmeldezeitraum für die Nikolausaktion 2020 ist abgelaufen.
|
||||
</div>
|
||||
</div>
|
||||
@else
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h3>Teilnahmebedingungen</h3>
|
||||
@ -146,6 +153,7 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
<div class="row mt-3">
|
||||
<div class="col-lg-12 social-share">
|
||||
@include('inc.social_media.facebook.likeShare')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user