Flesh out detail view for Posts

This commit is contained in:
Maximilian Friedersdorff 2022-07-04 22:19:21 +01:00
parent 32636b15b6
commit 641ace957b
3 changed files with 16 additions and 2 deletions

View file

@ -53,7 +53,7 @@ ROOT_URLCONF = "flangr.urls"
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [],
"DIRS": ["flangr/templates"],
"APP_DIRS": True,
"OPTIONS": {
"context_processors": [