Skip to content
Snippets Groups Projects
Commit f14d4dd8 authored by christopher dilks's avatar christopher dilks
Browse files

modified: templates/ecce.xml.jinja2

parent 24db1524
No related branches found
No related tags found
1 merge request!41Draft: allow for parsing a custom dRICH compact file
...@@ -118,11 +118,11 @@ ...@@ -118,11 +118,11 @@
{% endif -%} {% endif -%}
{% if features is not defined or features['pid'] is none or 'drich' in features['pid'] %} {% if features is not defined or features['pid'] is none or 'drich' in features['pid'] %}
{% if features is not defined or features['pid'] is none or features['pid']['drich'] is none %} {%- if features is not defined or features['pid'] is none or features['pid']['drich'] is none %}
<include ref="compact/drich.xml"/> <include ref="compact/drich.xml"/>
{% else %} {% else %}
<include ref="{{ features['pid']['drich'] }}"/> <include ref="{{ features['pid']['drich'] }}"/>
{% endif -%} {% endif -%}
{% endif -%} {% endif -%}
{% if features is not defined or features['pid'] is none or 'mrich' in features['pid'] %} {% if features is not defined or features['pid'] is none or 'mrich' in features['pid'] %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment