15 Mar
2023
15 Mar
'23
7:26 a.m.
Duane Raymond writes:
I'll dip into the code in the next weeks and see if I can figure out how to add it (using the example of the login page)
Welcome to the team! :-D
I doubt you need any Python code; I think you just need to add buttons in HTML in the page template, and an explanation of where the user will end up (probably not where they expect ;-). I forget how this works, but you might even be able to ensure a redirect to where they expect to go in pure Django templating language. If not, it will likely need a straightforward one-line change to the view.
If all that makes sense to you, great! If not, feel free to ask questions, here, or perhaps more appropriately on mailman-developers@python.org.
Steve