diff --git a/lcs/root.ptl b/lcs/root.ptl index ee8484d..ef296b6 100644 --- a/lcs/root.ptl +++ b/lcs/root.ptl @@ -169,11 +169,11 @@ class RootDirectory(Directory): title = _('Allow new federation')) form.add(SingleSelectWidget, 'nid_format', title = _('Name Identifier Format'), - options = [('persistent', _('Persistent')), + options = [('none', _('(none)')), + ('persistent', _('Persistent')), ('transient', _('Transient')), ('encrypted', _('Encrypted')), - ('email', _('Email')), - ('none', _('(none)'))]) + ('email', _('Email')), ]) form.add(StringWidget, 'affiliation', title = _('Affiliation')) form.add(SingleSelectWidget, 'consent', title = _('Consent'),