[mailman3] Fix the incorrect variable names
This commit is contained in:
parent
a807fb3d4f
commit
3eec83ec9a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue