* Fix percentage complete calculation to handle proportion fields. * Update templates to add important class and use a base template.
0.17.0
* Update django-orderable>=4.0.5,<4.1 and django-parler>=1.7.0,<1.8. * Update survey completion percentage calculation to only calculate important questions. * Add new boolean field (important) to SurveyField.
0.16.1
* bugfix: Fix null values in proportion fields.
0.16.0
* Don't require the answers field in the admin for non-choice fields
0.15.4
* Change proportion title from h4 to span
0.15.3
* Fix a bug where answers could not have commas in them