More on PES

This commit is contained in:
Tim Lorsbach
2026-04-15 21:14:47 +02:00
parent 349877b5e3
commit ca0508d96a
11 changed files with 544 additions and 34 deletions

15
bayer/epdb_hooks.py Normal file
View File

@ -0,0 +1,15 @@
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",
)