diff options
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 2fab55a39..6fdcfe62d 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -87,7 +87,7 @@ {% for act in item.administrative_act.all %} <tr> <td>{{act.signature_date.year}}</td> - <td>{{act.ref_sra}}</td> + <td>{% if act.ref_sra %}{{act.ref_sra}}{% endif %}</td> <td class='string'>{{act.act_type}}</td> <td class="string">{{act.signature_date}}</td> </tr> |
