summaryrefslogtreecommitdiff
path: root/ishtar/templates/sheet_operation.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates/sheet_operation.html')
-rw-r--r--ishtar/templates/sheet_operation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/sheet_operation.html b/ishtar/templates/sheet_operation.html
index b2713602f..5919d8922 100644
--- a/ishtar/templates/sheet_operation.html
+++ b/ishtar/templates/sheet_operation.html
@@ -130,8 +130,8 @@
</tr>
{% for context_record in item.context_record.all %}
<tr>
- <td>{{ context_record.label }}</td>
- <td class='string'>{{context_record.unit}}</td>
+ <td class='string'>{{ context_record.label }}</td>
+ <td class='string'>{{context_record.unit|default:""}}</td>
<td class='string'>{{ context_record.datings.all|join:", " }}</td>{# periods ?#}
<td class='string'>{{ context_record.description }}</td>
<td class='string'>{{ context_record.parcel.section }} - {{context_record.parcel.parcel_number}}</td>