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.
portail-citoyen2/portail_citoyen2/apps/login_plugin/models.py

7 lines
115 B
Python

from cms.models import CMSPlugin
class LoginPlugin(CMSPlugin):
def __unicode__(self):
return 'Login'