Release 1.1 #18

Merged
ryan merged 92 commits from 1.1 into main 2025-10-10 23:32:42 -04:00
Showing only changes of commit 9c682ea58d - Show all commits

View File

@@ -50,6 +50,9 @@ class RegistrationController extends AbstractController
return $this->redirectToRoute('app_home');
}
else {
dd($form);
}
return $this->render('registration/register.html.twig', [
'registrationForm' => $form,