You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Jinja templates are only possible for emails, not for the HTML verification_response.
(See the templates in res/ for examples of the currently supported templates)
It would be nice to support a Jinja version for consistency and to create an example template
that renders the same file as the non-jinja version and store it in res/.
This would require altering the render_GET() method in the EmailValidateCodeServlet class.
It might also be nice to add Jinja templating support for the SMS verification texts - although these
will probably be less useful.
The text was updated successfully, but these errors were encountered:
Currently Jinja templates are only possible for emails, not for the HTML verification_response.
(See the templates in
res/
for examples of the currently supported templates)It would be nice to support a Jinja version for consistency and to create an example template
that renders the same file as the non-jinja version and store it in
res/
.This would require altering the
render_GET()
method in theEmailValidateCodeServlet
class.It might also be nice to add Jinja templating support for the SMS verification texts - although these
will probably be less useful.
The text was updated successfully, but these errors were encountered: