diff options
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index b1f87c249..d26af8771 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1287,6 +1287,7 @@ class OperationSourceForm(SourceForm): "operation": unicode(operation), 'last_val': max_val}) return cleaned_data + SourceOperationFormSelection = get_form_selection( 'SourceOperationFormSelection', _(u"Operation search"), 'operation', models.Operation, OperationSelect, 'get-operation', |