#Where are Username and Password elements in Login Html template?

1 messages · Page 1 of 1 (latest)

lunar wadi
#

Hey! how to align the username and password boxes, in the login html template.
I am currently using the Tailwind css framework if it's important.

Where are the elements which shows password and username?
Do i need to manually position the entire form?

Thank you for answare! Lee.
c:

median wyvern
#

Hi there! You could definitely go for manually "crafting" the form's html, but that would obviously mean you need to take care of a few things (it is manageable off course).

#

If however you would rather not, you can inspect the rendered page to know what to expect of the default rendering by django

#

then you could have your own custom style sheets to apply whatever visuals you want to

#

that, however makes it more complicated to leverage whatever UI framework you may be already using

#

do mind that you also can render the form as div and as table, not only as p

sand dune
#

Hi

lunar wadi
#

hmm currently taking a look at it, thank you so much for respons, il give an update if im able to solve it!

lunar wadi
#

tried to make it myself through tailwind classes, but it was not pretty il be honest.