summaryrefslogtreecommitdiff
path: root/archaeological_files
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-22 10:02:14 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-22 10:02:14 +0200
commit58c6e92abc858ad3e1780c77c0a353165e08bb34 (patch)
treef47272f17edf9c12823e9e844d5d7a6baffbf45e /archaeological_files
parent3554529456334662f035f41b9b7479c345439238 (diff)
downloadIshtar-58c6e92abc858ad3e1780c77c0a353165e08bb34.tar.bz2
Ishtar-58c6e92abc858ad3e1780c77c0a353165e08bb34.zip
Replace all "Reference" label by "Ref." (refs #1322)
Diffstat (limited to 'archaeological_files')
-rw-r--r--archaeological_files/models.py2
-rw-r--r--archaeological_files/templates/ishtar/sheet_file.html6
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>