added template to register page

This commit is contained in:
Torsten Schulz
2024-04-17 08:08:37 +02:00
parent 4dd6b9ffca
commit 6b27f094a2

View File

@@ -12,6 +12,7 @@ class Register extends Renderer {
'value' => 1], 'value' => 1],
]; ];
protected string $formSendButtonLabel = 'Zugang beantragen'; protected string $formSendButtonLabel = 'Zugang beantragen';
protected string $templateName = 'renderer';
protected function formAction(): void { protected function formAction(): void {
$this->writeToDb(); $this->writeToDb();