palewire / django-calaccess-campaign-browser

A Django app to refine, review and republish campaign finance data drawn from the California Secretary of State’s CAL-ACCESS database
http://django-calaccess-campaign-browser.californiacivicdata.org
MIT License
17 stars 12 forks source link

Packaged templates are at the wrong paths #66

Closed palewire closed 10 years ago

palewire commented 10 years ago

Rather than being dumped into the root of a templates directory, as done here, everything needs to be moved into a subdirectory with the namespace as the app, as documented here and demonstrated here.