Files
enviPy-bayer/bayer/epdb_hooks.py
Tim Lorsbach ca0508d96a More on PES
2026-04-15 21:14:47 +02:00

16 lines
312 B
Python

import logging
from epdb.template_registry import register_template
logger = logging.getLogger(__name__)
register_template(
"epdb.actions.collections.compound",
"actions/collections/new_pes.html",
)
register_template(
"modals.collections.compound",
"modals/collections/new_pes_modal.html",
)