[IMP]GOLEM Activity Session Registration renaming : last session names in files

This commit is contained in:
Fabien Bourgeois 2016-10-10 18:08:39 +02:00
parent dc37909b19
commit 527bbfd01e
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,6 @@
'application': False,
'installable': True,
'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']
}

View File

@ -15,4 +15,4 @@
# 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/>.
from . import golem_activity_session_registration
from . import golem_activity_registration