jeffknupp / review

Code for project reviews
38 stars 17 forks source link

Creating a new upload renders most of the site unusable #26

Closed gmdfalk closed 10 years ago

gmdfalk commented 10 years ago

Creating a new upload without a valid markup file attached causes an UndefinedError wherever a "star" is displayed (which is basically everywhere).

UndefinedError: 'None' has no attribute 'stars' Traceback: https://gist.github.com/anonymous/84ca7868a0a54c35b790

gmdfalk commented 10 years ago

I'm adding a superficial fix for this issue since i'm not sure how to handle it.