remove unused context processor

This commit is contained in:
Sascha Ißbrücker
2024-08-31 19:10:42 +02:00
parent 5eadb3ede3
commit 79bf4b38c6
2 changed files with 0 additions and 15 deletions

View File

@@ -73,7 +73,6 @@ TEMPLATES = [
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages",
"bookmarks.context_processors.toasts",
"bookmarks.context_processors.public_shares",
"bookmarks.context_processors.app_version",
],
},