openlearningtools / opencompetencies

A tool for organizing educational competencies.
MIT License
16 stars 3 forks source link

Address ordering issue of elements #55

Closed ehmatthes closed 9 years ago

ehmatthes commented 9 years ago

Ordering is not consistent in displayed pages (sa_summary, edit_sa_summary). I think the model fields are there; make sure to read the fields and display in the given order.

ehmatthes commented 9 years ago

I think it was just a matter of replacing {} with OrderedDict. I'll reopen the issue if this doesn't resolve it.