summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_treatment.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_treatment.html
parent224a569f97e5454d28e0340e28526601f191efa7 (diff)
downloadIshtar-7014a6989dfa21c5f7c4604a0e9c79a3bf355820.tar.bz2
Ishtar-7014a6989dfa21c5f7c4604a0e9c79a3bf355820.zip
Sheet: complete identifier
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatment.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_treatment.html4
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 e6bd83aab..c82ba53f5 100644
--- a/archaeological_finds/templates/ishtar/sheet_treatment.html
+++ b/archaeological_finds/templates/ishtar/sheet_treatment.html
@@ -52,7 +52,7 @@
<div class="card">
{% include "ishtar/blocks/window_image.html" %}
<div class="card-body">
- <p class="card-text">
+ <div class="card-text">
<p class="window-refs">{{ item.label|default:"" }}</p>
{% if item.other_reference %}
<p class="window-refs">{{ item.other_reference }}</p>{% endif %}
@@ -64,7 +64,7 @@
{% else %}
<p class="window-refs">{% trans "Active" context "Treatment" %}</p>
{% endif %}
- </p>
+ </div>
</div>
</div>
</div>