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).
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).