diff options
Diffstat (limited to 'archaeological_operations')
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 4d078a998..ef9c9632a 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -151,9 +151,9 @@ {% if next or item.cached_towns_label %} <span class="col-4"><strong>{% trans "Towns" %}</strong></span><span class="col-8"> {% if next %} - {{ item|m2m_listing:'towns'|join:" ; "|default:'' }} + {{ item|m2m_listing:'towns'|join:" ; "|default:''|limit_label }} {% else %} - {{ item.cached_towns_label }} + {{ item.cached_towns_label|limit_label }} {% endif %} </span> {% endif %} |
