Merged My Account css, changed the html name to account-view.html
[myslice.git] / portal / accountview.py
index e57dfed..a95a7a4 100644 (file)
@@ -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)