Brown-University-Library / ttwr

This is the django app that runs the Theater That Was Rome project website.
1 stars 5 forks source link

Further refactoring and a person page fix #106

Closed crotger closed 9 years ago

crotger commented 9 years ago

Evie was getting a 500 error on person_detail pages, since the code was not expecting prints with annotations on them. Fixed that so both prints that a person created and any with annotations mentioning the person come up. Refactored _pages_for_person into the Biography class, and added some functionality to BDRObject that was needed for some functionality involving the == and "in" operators.