Skip to content
Snippets Groups Projects
Commit 96c5ec1f authored by Kasia Krasnowska's avatar Kasia Krasnowska
Browse files

temporarily removed argument->position form field

parent f858c4ad
Branches
No related merge requests found
......@@ -638,10 +638,11 @@ class ArgumentFormFactory(FormFactory):
),
lambda n, cls: and_or_form_creator(_('Preferencja selekcyjna'), 'add-preference-{}'.format(n), field=cls.make_field(FormFactory.unique_name('preference_type', n)))
),
(
None, None,
lambda n, cls: and_or_form_creator(_('Pozycja'), 'add-position-{}'.format(n), data_add='position'),
),
# removing until we discuss whether this field is needed & how it should work
#(
# None, None,
# lambda n, cls: and_or_form_creator(_('Pozycja'), 'add-position-{}'.format(n), data_add='position'),
#),
(
'phrase_type',
lambda: PhraseTypeFilter(help_text=_('Typ frazy, przez którą może być realizowany argument.')),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment