metucclub / bergi

collective log of metu cclub
https://e-bergi.com
Mozilla Public License 2.0
7 stars 6 forks source link

namespacing #13

Closed arfias closed 4 years ago

arfias commented 6 years ago

first pr ever

duck2 commented 6 years ago

hello!!!

nice work. however you should also namespace references to templates, like {% include "_cover_post.html" with article=cover.1 %} in index.html. it should be {% include "_bergi/_cover_post.html" ... %} now.

there are a number of such references. you can try to grep -r .html in the _bergi directory, since the references also exist in views.py.

arfias commented 6 years ago

edited.