Skip to content
Snippets Groups Projects
Verified Commit 6a3d678f authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Remove superflous additional field

parent 03bc1d06
No related branches found
No related tags found
No related merge requests found
from django.utils.translation import gettext_lazy as _
CONSTANCE_ADDITIONAL_FIELDS = {
"strategy-select": ['django.forms.fields.ChoiceField', {
'widget': 'django.forms.Select',
'choices': ((None, "-----"),
("match-only", _("Only match persons to users")),
("match-create", _("Match and create persons")),
)
}],
"matching-fields-select": ['django.forms.fields.ChoiceField', {
'widget': 'django.forms.Select',
'choices': ((None, "-----"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment