From 9ae787093d95f7db42f05c8b7f7c2ca035e3364a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 9 Jan 2017 23:25:51 +0100 Subject: Treatment/treatment file sheet: add translation context --- archaeological_finds/templates/ishtar/sheet_treatment.html | 4 ++-- archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index 1bf5209fb..9ec9db754 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -17,9 +17,9 @@ {% if item.external_id %}

{{ item.external_id }}

{% endif %} {% if item.end_date %} -

{% trans "Closed" %} ({{item.end_date}})

+

{% trans "Closed" context "Treatment" %} ({{item.end_date}})

{% else %} -

{% trans "Active" %}

+

{% trans "Active" context "Treatment" %}

{% endif %}