X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fhomeview.py;h=b6af0644e4baa0c4d5ffa58241052866f737c516;hb=9d9c9d79c1bb1b54d1c402a7f4c0b895e294e5ef;hp=960c8f0d3e2119dcee2d945f90b1e4cff222ecea;hpb=320db1473d91bc245f58a1b9b4f3514549236fb4;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):