Hinzugefügt

Anmeldeformular für Corona-Schutzimpfung abgelaufen
This commit is contained in:
ppa. Marco Glietsch 2021-04-19 13:39:57 +02:00
parent 30c94735e2
commit 3dfe08273e

View File

@ -103,7 +103,7 @@ class ContactController extends ExtendedController
$view = view("inc.contact.subscribeVaccinate");
$view->with('url', $this->route);
$view->with('formdata', $formdata);
$view->with('expired', false);
$view->with('expired', true);
return $view;
}