loefsys.accountinfopage.views module

Module defining the views for accountinfopage.

class loefsys.accountinfopage.views.AccountinfoView(**kwargs)

Bases: LoginRequiredMixin, View

Account information view.

template_name = 'accountinfopage.html'
login_url = 'signup'
get_account_info()

Get account information from the user.

get(request)

Handle the get request for the account information page.

class loefsys.accountinfopage.views.AccountinfoeditView(**kwargs)

Bases: LoginRequiredMixin, View

Account information edit view.

template_name = 'accountinfoeditpage.html'
login_url = 'signup'
get(request)

Handle the get request for the edit account information form.

post(request)

Handle the post request for the edit account information form.