Skip to content
Snippets Groups Projects
Verified Commit 32789f48 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Send banner style as a string instead of an enum member

parent f25a523b
No related branches found
No related tags found
1 merge request!1468Send banner style as a string instead of an enum member
......@@ -16,7 +16,7 @@
{% endif %}
{% if frontend_banner.message %}
<meta name="banner_message" content="{{ frontend_banner.message }}">
<meta name="banner_style" content="{{ frontend_banner.style }}">
<meta name="banner_style" content="{{ frontend_banner.style.value }}">
{% endif %}
<title>ArkIndex {{ frontend_version }}</title>
<link href="{{ cdn_assets_url }}/{{ frontend_version }}/arkindex-{{ frontend_version }}.css" rel="stylesheet">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment