Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
CPA-218 Move all templates to same location
Browse files Browse the repository at this point in the history
* [x] Changed template dir in settings
* [x] Moved template from admin to content app
  • Loading branch information
bikramtuladhar committed Apr 29, 2021
1 parent 84dd711 commit add5444
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covidadmin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": ["covidadmin/templates", "content/templates"],
"DIRS": ["content/templates"],
"APP_DIRS": True,
"OPTIONS": {
"context_processors": [
Expand Down

0 comments on commit add5444

Please sign in to comment.