From 045bfe71586c0eeacf8a696d97ed5a136fb2cedf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 3 Dec 2020 16:14:20 +0100 Subject: Container QA form: fix parent add - fix field layout (refs #4996 - refs #4997) --- archaeological_finds/forms_treatments.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archaeological_finds/forms_treatments.py') diff --git a/archaeological_finds/forms_treatments.py b/archaeological_finds/forms_treatments.py index c62dbcc57..ad4966e51 100644 --- a/archaeological_finds/forms_treatments.py +++ b/archaeological_finds/forms_treatments.py @@ -407,9 +407,9 @@ class QAFindTreatmentForm(IshtarForm): container_to_change = forms.ChoiceField( label=_("Change "), required=True, choices=( - ('current-and-reference', _(u"current and reference containers")), - ('reference', _(u"the reference container")), - ('current', _(u"the current container")), + ('current-and-reference', _("reference and current containers")), + ('reference', _("the reference container")), + ('current', _("the current container")), ) ) collection = forms.BooleanField( -- cgit v1.2.3