codeforamerica / rva-screening

Health service prescreener for sharing patient eligibility data.
http://quickscreenrva.com
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

Form structure cleaning #241

Closed mapsam closed 8 years ago

mapsam commented 8 years ago

This does three major things:

  1. makes fields in patient details cleaner, simpler, and more malleable to be moved around
  2. styles all security forms (i.e. password change, login, etc) and uses the login.html template instead of base.html to avoid unnecessary scripts from loading
  3. restyles many-to-one fields to be a bit more concise, taking up less space
screen shot 2015-09-28 at 12 37 31 pm screen shot 2015-09-28 at 12 37 36 pm screen shot 2015-09-28 at 12 38 08 pm screen shot 2015-09-28 at 12 38 22 pm
mapsam commented 8 years ago

@esmithayer should the relogin.html template be moved into the security/ directory?

mapsam commented 8 years ago

OH no :anguished:

esmithayer commented 8 years ago

Haha yeah, it's not part of Flask-Security so it doesn't need to be in the security folder.

mapsam commented 8 years ago

Yay, I fixed a test and it worked!