Closed arfias closed 4 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
.
edited.
first pr ever