mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
[mailman3] Fix the incorrect variable names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user