fix on users and projects 92/7592/2
authorlombardofr <lombardo@everyup.it>
Sun, 2 Jun 2019 15:18:48 +0000 (17:18 +0200)
committerlombardofr <lombardo@everyup.it>
Sun, 2 Jun 2019 15:57:49 +0000 (17:57 +0200)
commit8da2313d9791c27c6e67511bb0e392aec73ec7c4
tree1f55f524bc3d09f1b1e9d5d47109af5a84cce745
parentbcc7030f7984b22a7f6556685675b0cd0b68f259
fix on users and projects

Change-Id: Ibb4258095eca92685e76187b66fca003f834dc6e
Signed-off-by: lombardofr <lombardo@everyup.it>
19 files changed:
build-debpkg.sh
lib/osm/osmclient/clientv2.py
projecthandler/template/project/osm/osm_project_left_sidebar.html
projecthandler/template/project/projectlist.html
rolehandler/__init__.py [new file with mode: 0644]
rolehandler/apps.py [new file with mode: 0644]
rolehandler/migrations/__init__.py [new file with mode: 0644]
rolehandler/models.py [new file with mode: 0644]
rolehandler/templates/modal/role_create.html [new file with mode: 0644]
rolehandler/templates/modal/role_edit.html [new file with mode: 0644]
rolehandler/templates/role_list.html [new file with mode: 0644]
rolehandler/urls.py [new file with mode: 0644]
rolehandler/views.py [new file with mode: 0644]
sf_t3d/settings.py
sf_t3d/urls.py
static/src/rolehandler/role_list.js [new file with mode: 0644]
userhandler/templates/modal/user_edit.html
userhandler/urls.py
userhandler/views.py