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, ...)
5 lines
130 B
Python
5 lines
130 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import portal_my_structures
|
|
from . import portal_structure_profile
|
|
from . import portal_my_account |