dtauerbach / apollo

Apollo Project website
1 stars 0 forks source link

Make input forms for flask-security look nice #5

Closed dtauerbach closed 11 years ago

dtauerbach commented 11 years ago

Right now they are hella ugly. For example, the html that is pulled in by:

{{ render_field_with_errors(login_user_form.password) }}

does not have the relevant classes added to make it look nice and consistent with bootstrap UI. This should be fixed, so that the forms always look nice.

dtauerbach commented 11 years ago

While there is still some styling we could do, this seems by and large done.