diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-16 04:24:05 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-06 15:48:16 +0200 |
commit | 9ca3684e3edd18ac3e79426f019b9d0df6ad9067 (patch) | |
tree | 7305448c5f1917ee966f58a97ecb90d442fe5413 /archaeological_files/templates | |
parent | d580a4797ef5831a2151a5d481d65a161cd024f9 (diff) | |
download | Ishtar-9ca3684e3edd18ac3e79426f019b9d0df6ad9067.tar.bz2 Ishtar-9ca3684e3edd18ac3e79426f019b9d0df6ad9067.zip |
Modify short label of archaeological files and operations (refs #2285)
Diffstat (limited to 'archaeological_files/templates')
-rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 736f982c5..2d7b6262d 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -102,7 +102,6 @@ <table> <caption>{%trans "Associated operations"%}</caption> <tr> - <th>{% trans "Year" %}</th> <th>{% trans "Ref." %}</th> <th>Code Patriarche</th> <th>{% trans "Type" %}</th> @@ -113,9 +112,8 @@ </tr> {% for operation in item.operations.all %} <tr> - <td>{{operation.year}}</td> - <td>{{operation.operation_code}}</td> - <td>{{operation.code_patriarche|default:""}}</td> + <td>{{operation.year_index}}</td> + <td>{{operation.full_code_patriarche|default:""}}</td> <td class='string'>{{operation.operation_type}}</td> <td class='string'>{{operation.in_charge|default:""}}</td> <td>{{operation.start_date|default:""}}</td> |