X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Furls.py;h=763678e0a0b84f40a35a094501a4e4fc5eb30a3f;hb=24efb592d00c990dbf065ac00dc60f738425deac;hp=c5c270f9e8280bdcdb1792a443f272861eefc1bc;hpb=284cc91fde307f26673742cf5972db0b5fc56513;p=unfold.git diff --git a/portal/urls.py b/portal/urls.py index c5c270f9..763678e0 100644 --- a/portal/urls.py +++ b/portal/urls.py @@ -20,10 +20,11 @@ # this program; see the file COPYING. If not, write to the Free Software # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -from django.conf.urls import patterns, include, url -from portal import views -from portal.views import DashboardView, PresViewView, PlatformsView, PlatformView, ValidatePendingView, AccountView # UserRegisterView, UserValidateView -from portal.util import TemplateView +from django.conf.urls import patterns, include, url +from portal import views +from portal.views import PresViewView, PlatformsView, PlatformView, ValidatePendingView, AccountView # UserRegisterView, UserValidateView +from portal.dashboardview import DashboardView +from portal.util import TemplateView # DEPRECATED #named_register_forms = ( # DEPRECATED # ("step1", RegisterUserForm),