X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fhomeview.py;fp=portal%2Fhomeview.py;h=b6af0644e4baa0c4d5ffa58241052866f737c516;hb=e6184193b74ac6d5c52289546dae9121bdd99008;hp=960c8f0d3e2119dcee2d945f90b1e4cff222ecea;hpb=3167207804460a2c42e1e5a8346c597f9832d295;p=unfold.git diff --git a/portal/homeview.py b/portal/homeview.py index 960c8f0d..b6af0644 100644 --- a/portal/homeview.py +++ b/portal/homeview.py @@ -1,16 +1,17 @@ # this somehow is not used anymore - should it not be ? -from django.views.generic import View from django.core.context_processors import csrf from django.http import HttpResponseRedirect from django.contrib.auth import authenticate, login, logout from django.template import RequestContext from django.shortcuts import render_to_response +from unfold.loginrequired import FreeAccessView + from manifold.manifoldresult import ManifoldResult from ui.topmenu import topmenu_items, the_user from myslice.config import Config -class HomeView (View): +class HomeView (FreeAccessView): # expose this so we can mention the backend URL on the welcome page def default_env (self):