Skip to content
Snippets Groups Projects
Commit e33c7042 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

fix picture_path in species template

parent 26331163
No related branches found
No related tags found
1 merge request!18Release v2.1.0
......@@ -42,7 +42,7 @@ services:
- ./banner.png:/var/www/html/banner.png:ro
{% endif %}
#- /groups/XXX/:/groups/XXX/:ro # We do this when we have symlinks in src_data pointing to /groups/XXX/...
{% if 'picture_path' is defined and 'picture_path' != None %}
{% if 'picture_path' is defined and 'picture_path' %}
{% if 'png' in picture_path %}
- ./species.png:/var/www/html/species.png:ro
{% endif %}
......
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