feat: welcome text first stab
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cellarspoon
2022-01-11 14:07:09 +01:00
parent b4c974c001
commit 3c2cde599d
5 changed files with 30 additions and 5 deletions

View File

@ -120,7 +120,7 @@ def form_keycloak_register(
"submit.html", context=context
)
context = {"request": request, "email": email}
context = {"request": request, "first_name": first_name}
return request.app.state.templates.TemplateResponse(
"submit.html", context=context
)