horizon/horizon/forms
Rob Raymond dbe4a6792b Implement required field indicator
Change Horizon's use of forms to set 'required' css class for required fields.
Change template _form_fields.html to include Django field classes in order
to honor above setting.
Also changed horizon workflow to set "required" class on tabs of steps
that contain required fields.

Horizon CSS appends an asterisk after the field label
and tab text based on "required" classname.
The current indicator is based on review with horizon UX
people and can be customized easily.

Change-Id: I03261328d70abcefd13f609088ccb4d58ef30067
Implements: blueprint required-fields
2013-09-03 10:47:02 -06:00
..
__init__.py Enable H302 check 2013-08-22 17:39:09 +04:00
base.py Implement required field indicator 2013-09-03 10:47:02 -06:00
fields.py Sort imports alphabetically 2013-06-14 12:05:55 +02:00
views.py Enable H201: do not write "except:" 2013-08-13 17:21:32 +10:00