diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-04 11:55:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-04 11:55:03 +0100 |
commit | 29ba4a4051b2b1cb2177e89a995330f2784bf7ff (patch) | |
tree | b6a71cc26606ca18deced23d3d961cab8e6e59eb /archaeological_operations | |
parent | 5487417e1721ea8bae2eec996b8f8c870559cea7 (diff) | |
download | Ishtar-29ba4a4051b2b1cb2177e89a995330f2784bf7ff.tar.bz2 Ishtar-29ba4a4051b2b1cb2177e89a995330f2784bf7ff.zip |
Custom form: generic source
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/forms.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 215ade6ca..b85b5e937 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1263,9 +1263,6 @@ class OperationDeletionForm(FinalForm): class OperationSourceForm(SourceForm): - form_admin_name = _("Operation source - General") - form_slug = "operation-source-relations" - pk = forms.IntegerField(required=False, widget=forms.HiddenInput) index = forms.IntegerField(label=_(u"Index")) hidden_operation_id = forms.IntegerField(label="", |