LogoutMixin
Overview
View mixin that injects a rendered logout form into the template context.
get_context_data
Signature
get_context_data(self, kwargs)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| kwargs | yes |
Returns
<class 'dict'>
Source
server/vueda/user/mixins.py:17
dict {#dict}
dictionary for instance variables
weakref {#weakref}
list of weak references to the object
Source
server/vueda/user/mixins.py:14