Hinzugefügt

Anmeldeformular für Nikolausaktion als abgelaufen anzeigen
This commit is contained in:
Marco Glietsch 2020-12-02 08:29:12 +01:00
parent 0e0aaf2cc6
commit 4a9052a90a
2 changed files with 119 additions and 110 deletions

View File

@ -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;
}

View File

@ -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')