Move Muster module related submitter to Muster module

This commit is contained in:
Roy Nieterau 2023-09-30 13:18:25 +02:00
parent b0a62e3afe
commit fe786236cd

View file

@ -25,6 +25,7 @@ def _get_template_id(renderer):
:rtype: int
"""
# TODO: Use setings from context?
templates = get_system_settings()["modules"]["muster"]["templates_mapping"]
if not templates:
raise RuntimeError(("Muster template mapping missing in "