Files
partner-tools/partner_profiles_portal/controllers/__init__.py
Stéphan Sainléger 859d672633 [IMP] partner_profiles_portal: new portal structures data management
refactors the way a portal user can edit the data of the structures he
is affiliated with.
All main, public and position profiles data are gathered in one
"structure" form.
Adds several navigation improvement (back to structures list,
validation message, ...)
2023-06-27 17:31:24 +02:00

5 lines
130 B
Python

# -*- coding: utf-8 -*-
from . import portal_my_structures
from . import portal_structure_profile
from . import portal_my_account