Update cached styles and scripts after version change (#510)

This commit is contained in:
Sascha Ißbrücker
2023-08-23 10:54:25 +02:00
committed by GitHub
parent e076747f85
commit 62c40d1b7b
9 changed files with 25 additions and 16 deletions

View File

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