Fix covid mask include in rebootlyon2020 template
parent
aea720d555
commit
416f733af3
|
@ -869,7 +869,7 @@
|
||||||
{{ "{:.5f}".format((1/(0.07 if loop.index == 1 else 0.0615))*( (114 if loop.index==1 else 124) + charcorr.charcorr[p.get_mains()[0][0]][1] )) }}
|
{{ "{:.5f}".format((1/(0.07 if loop.index == 1 else 0.0615))*( (114 if loop.index==1 else 124) + charcorr.charcorr[p.get_mains()[0][0]][1] )) }}
|
||||||
)"
|
)"
|
||||||
>
|
>
|
||||||
{% include "rebootlyon2020/covid/{}.svg.j2".format(p.get_mains()[0][0]) ignore missing %}
|
{% include "rebootlyon2020/covid/{}.svg.j2".format(covid.masks_filenames[p.get_mains()[0][0]][p.get_mains()[0][1]]) ignore missing %}
|
||||||
</g>
|
</g>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</g>
|
</g>
|
||||||
|
|
Loading…
Reference in New Issue