X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Faccountview.py;h=a95a7a4547e37d9dd884bda31bfb18f1f910ce1d;hb=2aecc2abb7b3ff0eadd42b69e82f05fcfd5672ba;hp=e57dfed3af0d3f5ddc3c60c3f5346a0232e970b7;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=myslice.git diff --git a/portal/accountview.py b/portal/accountview.py index e57dfed3..a95a7a45 100644 --- a/portal/accountview.py +++ b/portal/accountview.py @@ -12,7 +12,7 @@ import json # requires login class AccountView(LoginRequiredAutoLogoutView): - template_name = "my_account.html" + template_name = "account-view.html" def dispatch(self, *args, **kwargs): return super(AccountView, self).dispatch(*args, **kwargs)