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 | 61b8b7bd6e2ac8e16accc573fa65f0b5db159d0a (patch) | |
tree | b6a71cc26606ca18deced23d3d961cab8e6e59eb /archaeological_operations | |
parent | 7ba3671effea5b4b92ca86e770a4a544e4ce5052 (diff) | |
download | Ishtar-61b8b7bd6e2ac8e16accc573fa65f0b5db159d0a.tar.bz2 Ishtar-61b8b7bd6e2ac8e16accc573fa65f0b5db159d0a.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="", |