forked from enviPath/enviPy
More on PES
This commit is contained in:
15
bayer/epdb_hooks.py
Normal file
15
bayer/epdb_hooks.py
Normal 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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user