Skip to content
Snippets Groups Projects
Commit daa9f275 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Simplify (and fix) list of strings

parent 84f7f558
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,7 @@ URL_PARAMS = ""
{% if cdn_url is defined %}
CDN_URL = "{{cdn_url}}"
{% endif %}
{% if protokolle_metadata_domain_whitelist is defined %}
PERMITTED_METADATA_DOMAINS = [ {{protokolle_metadata_domain_whitelist|map('quote')|join(', ')}} ]
{% endif %}
PERMITTED_METADATA_DOMAINS = {{protokolle_metadata_domain_whitelist|default([])}}
PRINTING_ACTIVE = {{ protokolle_printing }}
PRINTING_SERVER = "{{ protokolle_printing_server }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment