summaryrefslogtreecommitdiff
path: root/archaeological_files/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_files/forms.py')
-rw-r--r--archaeological_files/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/forms.py b/archaeological_files/forms.py
index defb7ba05..450eadd74 100644
--- a/archaeological_files/forms.py
+++ b/archaeological_files/forms.py
@@ -331,7 +331,7 @@ class FileFormGeneralRO(FileFormGeneral):
numeric_reference = forms.IntegerField(
label=_("Numeric reference"), widget=forms.TextInput()
)
- id = forms.IntegerField(" ", widget=forms.HiddenInput, required=False)
+ id = forms.IntegerField(label=" ", widget=forms.HiddenInput, required=False)
def clean(self):
cleaned_data = self.cleaned_data