-
- Downloads
Refactor base template and add narrow base template
Fixes #83. Many authentication-related templates shared the same markup originally copied from the login template. The duplicated code now lives in base_narrow.html. Alerts now always have the same width as the main content. Vertical spacing is now more consistent. The footer is now full-width.
Showing
- uffd/invite/templates/invite/use.html 35 additions, 43 deletionsuffd/invite/templates/invite/use.html
- uffd/mfa/templates/mfa/auth.html 28 additions, 36 deletionsuffd/mfa/templates/mfa/auth.html
- uffd/oauth2/templates/oauth2/logout.html 28 additions, 35 deletionsuffd/oauth2/templates/oauth2/logout.html
- uffd/selfservice/templates/selfservice/forgot_password.html 14 additions, 21 deletionsuffd/selfservice/templates/selfservice/forgot_password.html
- uffd/selfservice/templates/selfservice/self.html 1 addition, 1 deletionuffd/selfservice/templates/selfservice/self.html
- uffd/selfservice/templates/selfservice/set_password.html 17 additions, 24 deletionsuffd/selfservice/templates/selfservice/set_password.html
- uffd/session/templates/session/deviceauth.html 43 additions, 50 deletionsuffd/session/templates/session/deviceauth.html
- uffd/session/templates/session/devicelogin.html 26 additions, 33 deletionsuffd/session/templates/session/devicelogin.html
- uffd/session/templates/session/login.html 27 additions, 34 deletionsuffd/session/templates/session/login.html
- uffd/signup/templates/signup/confirm.html 13 additions, 20 deletionsuffd/signup/templates/signup/confirm.html
- uffd/signup/templates/signup/start.html 47 additions, 54 deletionsuffd/signup/templates/signup/start.html
- uffd/signup/templates/signup/submitted.html 5 additions, 13 deletionsuffd/signup/templates/signup/submitted.html
- uffd/templates/base.html 6 additions, 6 deletionsuffd/templates/base.html
- uffd/templates/base_narrow.html 26 additions, 0 deletionsuffd/templates/base_narrow.html
Loading
Please register or sign in to comment