cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.views.user.admin Namespace Reference

Functions

def cma_login
 CM panel login page handling.
def cma_logout
 Logs out and redirects to the right next page (next_page).

Detailed Description

Author
Piotr Wójcik
Date
31.01.2014

Function Documentation

def src.wi.views.user.admin.cma_login (   request,
  template_name = 'admin_cm/login.html',
  redirect_field_name = REDIRECT_FIELD_NAME,
  authentication_form = CMAuthenticationForm 
)

CM panel login page handling.

Definition at line 51 of file admin.py.

def src.wi.views.user.admin.cma_logout (   request,
  next_page = None,
  template_name = 'admin_cm/logged_out.html',
  redirect_field_name = REDIRECT_FIELD_NAME 
)

Logs out and redirects to the right next page (next_page).

Definition at line 98 of file admin.py.