knowledgecommonsdc / kcdc3

Django/Python software to run a free school.
http://knowledgecommonsdc.org
MIT License
4 stars 5 forks source link

Fix location of templates #118

Closed adavidramos closed 10 years ago

adavidramos commented 10 years ago

Get rid of the second {appname} directory in template paths. [Should be a quick fix, but don't want to forget it.]

nyetsche commented 10 years ago

https://github.com/knowledgecommonsdc/kcdc3/pull/121 ?

NOT TESTED.

adavidramos commented 10 years ago

Bizarrely, it seems that best practice in the Django world is to have this appname/templates/appname/templatename.html structure. It seems terribly repetitive, but the way that the app template loader works pretty much requires it.

Closing this - wontfix.