class documentation

class TermsConditionsView(LoginRequiredMixin, TemplateView): (source)

View In Hierarchy

Show terms and conditions with option to agree, updating AuthUser.

Method get_context_data Undocumented
Method post Undocumented
Class Variable template_name Undocumented
def get_context_data(self, **kwargs): (source)

Undocumented

def post(self, *args, **kwargs): (source)

Undocumented

template_name: str = (source)

Undocumented