diff options
author | Cefin <kevon@tuta.io> | 2022-03-14 11:37:20 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:49 +0200 |
commit | 65e8c20863aa0b173bfe31c0054852cf0d0f515a (patch) | |
tree | 377f796e81f2d9b6f512c6cade4fc04e738a4b8d /archaeological_context_records/forms.py | |
parent | ffe317ea360685e12c22746fccf89fd02d9a3276 (diff) | |
download | Ishtar-65e8c20863aa0b173bfe31c0054852cf0d0f515a.tar.bz2 Ishtar-65e8c20863aa0b173bfe31c0054852cf0d0f515a.zip |
Context Record, Bulk update : delete previous comment #5293
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r-- | archaeological_context_records/forms.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index debb63b44..8993675e6 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -744,9 +744,6 @@ class QAContextRecordFormMulti(QAForm): qa_parcel = forms.ChoiceField( label=_("Associated parcel"), choices=[], required=False ) - # qa_parcel.choices += [ - # (p.pk, str(p)) for p in Parcel.objects.all() - # ] TYPES = [ FieldType("qa_relation_type", models.RelationType), |