kadenios/shared/auth/staticdefs.py

7 lines
132 B
Python
Raw Normal View History

2021-07-13 02:41:32 +02:00
from django.utils.translation import gettext_lazy as _
CONNECTION_METHODS = {
"pwd": _("mot de passe"),
"cas": _("CAS"),
}