new view portal.homeview.HomeView that replaces former login_user
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 6 Sep 2013 08:09:06 +0000 (10:09 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 6 Sep 2013 08:09:06 +0000 (10:09 +0200)
commite11594d82379b519df0968cc3c6a21628b270b27
tree7035812f9370abf955df224999d063bbfd8a93e7
parent654374fb3a1cb3b0123c6c37a97e54b507af90fd
new view portal.homeview.HomeView that replaces former login_user
made a bit nicer (no login widget is already logged in)
also the slice urls are now /portal/slice/<slicename> since the slice view sits in portal/
auth/views.py
myslice/urls.py
myslice/viewutils.py
plugins/lists/static/js/simplelist.js
portal/homeview.py [new file with mode: 0644]
portal/templates/home-view.html [moved from views/templates/view-login.html with 97% similarity]
portal/urls.py