Correction liées à la nouvelle section MSP

This commit is contained in:
Claude Paroz 2023-11-14 18:37:15 +01:00
parent 6dbe230332
commit af2088c4b7
4 changed files with 5 additions and 5 deletions

View file

@ -73,11 +73,11 @@ TEMPLATES = [
# Insert your TEMPLATE_CONTEXT_PROCESSORS here or use this
# list if you haven't customized them:
'django.contrib.auth.context_processors.auth',
'django.template.context_processors.debug',
'django.template.context_processors.i18n',
'django.template.context_processors.media',
'django.template.context_processors.static',
'django.template.context_processors.tz',
'django.template.context_processors.request',
'django.contrib.messages.context_processors.messages',
],
},