[mailman3] Fix the incorrect variable names

This commit is contained in:
Michal Konecny 2025-03-27 13:50:25 +01:00
parent a807fb3d4f
commit 3eec83ec9a

View file

@ -93,7 +93,7 @@ TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [
'{{ mailman_webui_basedir }}/templates',
'{{ mailman3_webui_basedir }}/templates',
],
'OPTIONS': {
'loaders': [
@ -175,7 +175,7 @@ USE_TZ = True
# Don't put anything in this directory yourself; store your static files
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
# Example: "/var/www/example.com/static/"
STATIC_ROOT = "{{ mailman_webui_basedir }}/static/"
STATIC_ROOT = "{{ mailman3_webui_basedir }}/static/"
# URL prefix for static files.
# Example: "http://example.com/static/", "http://static.example.com/"
@ -186,7 +186,7 @@ STATICFILES_DIRS = (
# Put strings here, like "/home/html/static" or "C:/www/django/static".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
"{{ mailman_webui_basedir }}/static-fedora/",
"{{ mailman3_webui_basedir }}/static-fedora/",
)
# List of finder classes that know how to find static files in