root: fix passbook.footer_links not being rendered

This commit is contained in:
Jens Langhammer
2020-07-08 13:18:33 +02:00
parent 9feea155fe
commit 429627494c
6 changed files with 21 additions and 8 deletions

View File

@ -181,6 +181,7 @@ TEMPLATES = [
"django.template.context_processors.request",
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages",
"passbook.lib.config.context_processor",
],
},
},