ryansb / ofCourse

Python courseware leveraging Flask and OpenShift
Apache License 2.0
12 stars 14 forks source link

Handle malformed YAML more sanely #1

Closed ryansb closed 9 years ago

ryansb commented 10 years ago

Instead of throwing 500 on malformed YAML, the site should display the students in the class with correct yaml files.

For malformed yaml it should either:

Migrated from decause/hflossk#569