diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-23 20:16:10 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-23 20:16:10 +0100 |
| commit | 291aaf52135ace669b6fc86f43d5f6420c0c4435 (patch) | |
| tree | 3fd012c9f4ec22ab25f1d7bf985d664459a6c8bd /archaeological_finds/templates/ishtar/sheet_treatment.html | |
| parent | a0c1264e8925fe2fbacfd7bbbb8ccadf5cd02462 (diff) | |
| download | Ishtar-291aaf52135ace669b6fc86f43d5f6420c0c4435.tar.bz2 Ishtar-291aaf52135ace669b6fc86f43d5f6420c0c4435.zip | |
Applicant details on treatment file sheet (refs #3383)
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatment.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatment.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index 8ce8a0350..a06c10b3c 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 %} <p class="window-refs">{{ item.external_id }}</p>{% endif %} {% if item.end_date %} -<p class="window-refs">{% trans "Closed" %} ({{item.end_date}})</p>{% endif %} +<p class="window-refs">{% trans "Closed" %} ({{item.end_date}})</p> {% else %} -<p class="window-refs">{% trans "Active" %}</p>{% endif %} +<p class="window-refs">{% trans "Active" %}</p> {% endif %} <ul class='form-flex'> |
