Skip to content

Refactor base template and add narrow base template

Julian requested to merge narrow-base-template into master

Fixes #83 (closed).

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.


Before: 127.0.0.1_5000_login_ref__2Fself_2F_3F__1_ After: 127.0.0.1_5000_login_ref__2Fself_2F_3F


Before: 127.0.0.1_5000_self_ After: 127.0.0.1_5000_self___1_

Edited by Julian

Merge request reports