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

Referral improvements #276

Closed mapsam closed 8 years ago

mapsam commented 8 years ago

Adding referral styles to the patient overview page and the referral page

TODO

mapsam commented 8 years ago

Forms should be ready to @esmithayer - here's what the added screening results (without referrals) look like:

screen shot 2015-11-16 at 11 59 36 am
mapsam commented 8 years ago

Ah, wait now comments aren't working :facepunch:

mapsam commented 8 years ago

Fixed, the hasattr() doesn't work on the ImmutableMultiDict so changed the check to

'referral_id' in request.form

and that does the trick!