tapis-project / authenticator

BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

hotfix: select_idp and logout not loading custom styles #56

Closed wesleyboar closed 9 months ago

wesleyboar commented 9 months ago

Overview

Make select_idp.html and logout.html load their custom styles.

I used wrong super syntax. These pages are grandchildren inheritance. https://jinja.palletsprojects.com/en/3.1.x/templates/#nesting-extends

Changed

UI

Broken Expected
logout.html logout BEFORE Logout button should be right-aligned, like in #53.
select_idp.html select_idp BEFORE Buttons should… not a mess. See #54.
wesleyboar commented 9 months ago

I am wrong. This is not the solution. The logout.html page is working fine.