datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

favicons should be served from root directory #43

Open cathydeng opened 8 years ago

cathydeng commented 8 years ago

https://stackoverflow.com/questions/6574619/where-to-put-static-files-that-should-be-served-directly-under-the-server-root

related to https://github.com/datamade/chi-councilmatic/commit/c10c449d45dd08381a46ce850a7c238958de28d1#commitcomment-16315396

trivisonno commented 8 years ago

Not sure if related to this issue, or if I should open a new one, but the icons.html partial template is lacking the closing '%} tags in L5-12. I'd submit a pull request myself, but I don't yet trust my git skills... :)

cathydeng commented 8 years ago

oh that's a good catch, thank you! wana open a new issue for the invalid static template tags? I can address this

trivisonno commented 8 years ago

Will do!

fgregg commented 8 years ago

What's status of this?