Skip to content
Snippets Groups Projects
Commit 4229bf67 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add essential comma in template rendering

parent a1a71024
Branches
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ def create_warning_status(start_date):
"mapserver_mapfile_dir": os.getenv("MAPSERVER_MAPFILE_DIR"),
"mapserver_log_file": os.getenv("MAPSERVER_LOG_FILE"),
"mapserver_image_path": os.getenv("MAPSERVER_IMAGE_PATH"),
"mapserver_extent": os.getenv("MAPSERVER_EXTENT")
"mapserver_extent": os.getenv("MAPSERVER_EXTENT"),
"languages": languages,
"language_codes": language_codes
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment