This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
u-auth/uauth/organization/views.py

7 lines
162 B
Python

from django.views.generic.base import TemplateView
class ManageView(TemplateView):
template_name = 'organization/manage.html'
manage = ManageView.as_view()