codeeu / coding-events

A Django app for adding EU Code Week events and showing them on a map.
http://events.codeweek.eu
MIT License
17 stars 36 forks source link

Cleaning up scoreboard markup #394

Closed ercchy closed 9 years ago

ercchy commented 9 years ago

I have my suspitions about this code https://github.com/codeeu/coding-events/blob/master/web/templates/pages/scoreboard.html#L12 thinking there should be a cleaner way.

And also the way static is referenced here https://github.com/codeeu/coding-events/blob/master/web/templates/pages/scoreboard.html#L13 is not really the right way.

ViaCoco commented 9 years ago

I cleaned it up now. :)

But I'm not sure how to reference static files any other way...