forked from Yaltik/golem
[IMP]GOLEM Activity Session Registration renaming : last session names in files
This commit is contained in:
parent
dc37909b19
commit
527bbfd01e
@ -27,6 +27,6 @@
|
|||||||
'application': False,
|
'application': False,
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'depends': ['golem_activity', 'golem_member'],
|
'depends': ['golem_activity', 'golem_member'],
|
||||||
'data': ['views/golem_activity_session_registration_view.xml',
|
'data': ['views/golem_activity_registration_view.xml',
|
||||||
'views/golem_member_view.xml', 'views/golem_activity_view.xml']
|
'views/golem_member_view.xml', 'views/golem_activity_view.xml']
|
||||||
}
|
}
|
||||||
|
@ -15,4 +15,4 @@
|
|||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from . import golem_activity_session_registration
|
from . import golem_activity_registration
|
||||||
|
Loading…
Reference in New Issue
Block a user