summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_treatmentfile.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-12-02 12:12:02 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:22 +0100
commit7014a6989dfa21c5f7c4604a0e9c79a3bf355820 (patch)
treebe5c181831a221d9c91774e9201605a5b37cda2c /archaeological_finds/templates/ishtar/sheet_treatmentfile.html
parent224a569f97e5454d28e0340e28526601f191efa7 (diff)
downloadIshtar-7014a6989dfa21c5f7c4604a0e9c79a3bf355820.tar.bz2
Ishtar-7014a6989dfa21c5f7c4604a0e9c79a3bf355820.zip
Sheet: complete identifier
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatmentfile.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_treatmentfile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html
index 32b79a9fe..0c036978f 100644
--- a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html
+++ b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html
@@ -13,7 +13,7 @@
<div class="offset-lg-4 col-lg-4 offset-md-3 col-md-6 offset-sm-1 col-sm-10 col-12">
<div class="card">
<div class="card-body">
- <p class="card-text">
+ <div class="card-text">
<p class="window-refs">{{ item.name|default:"" }}</p>
{% if item.internal_reference %}
<p class="window-refs">{{ item.internal_reference }}</p>{% endif %}
@@ -25,7 +25,7 @@
{% else %}
<p class="window-refs">{% trans "Active" context "Treatment request" %}</p>
{% endif %}
- </p>
+ </div>
</div>
</div>
</div>