Skip to content

Fix configuration of Jinja template directory

Calculate the path of the Jinja template directory relative to __package__ (which equals 'gwcelery') rather than __name__ (which in this context equals 'gwcelery.jinja').

Closes !806 (closed).

Merge request reports