diff options
Diffstat (limited to 'archaeological_files')
| -rw-r--r-- | archaeological_files/models.py | 2 | ||||
| -rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archaeological_files/models.py b/archaeological_files/models.py index 19fad6b04..ec7069e62 100644 --- a/archaeological_files/models.py +++ b/archaeological_files/models.py @@ -91,7 +91,7 @@ class File(BaseHistorizedItem, OwnPerms): if settings.COUNTRY == 'fr': saisine_type = models.ForeignKey(SaisineType, blank=True, null=True, verbose_name= u"Type de saisine") - reference_number = models.IntegerField(_(u"Reference number"), + reference_number = models.IntegerField(_(u"Ref. number"), blank=True, null=True) total_surface = models.IntegerField(_(u"Total surface (m²)"), blank=True, null=True) diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 7d708c23f..2f5644ca0 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -88,7 +88,7 @@ <caption>{%trans "Admninistrative acts"%}</caption> <tr> <th>{% trans "Year" %}</th> - <th>{% trans "Reference" %}</th> + <th>{% trans "Ref." %}</th> <th>{% trans "Type" %}</th> <th>{% trans "Date" %}</th> </tr> @@ -108,7 +108,7 @@ <caption>{%trans "Associated operations"%}</caption> <tr> <th>{% trans "Year" %}</th> - <th>{% trans "Reference" %}</th> + <th>{% trans "Ref." %}</th> <th>Code Patriarche</th> <th>{% trans "Type" %}</th> <th>{% trans "In charge" %}</th> @@ -136,7 +136,7 @@ <caption>{%trans "Admninistrative acts linked to associated operations"%}</caption> <tr> <th>{% trans "Year" %}</th> - <th>{% trans "Reference" %}</th> + <th>{% trans "Ref." %}</th> <th>{% trans "Type" %}</th> <th>{% trans "Date" %}</th> </tr> |
