summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-09-09 22:36:23 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-09-09 22:36:23 +0200
commit60e6cdb0fe82d3ddad78f3488b8de46744a41e94 (patch)
tree47dd66ff1e6bd95e1e799b6823d9e40e0a5e0438 /ishtar_common/templates/ishtar
parentda926e6708b89dcaee865632784781c54ace833b (diff)
downloadIshtar-60e6cdb0fe82d3ddad78f3488b8de46744a41e94.tar.bz2
Ishtar-60e6cdb0fe82d3ddad78f3488b8de46744a41e94.zip
Archaeological finds: update sheet and search
Diffstat (limited to 'ishtar_common/templates/ishtar')
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_field.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_field.html b/ishtar_common/templates/ishtar/blocks/window_field.html
new file mode 100644
index 000000000..9b2bc6540
--- /dev/null
+++ b/ishtar_common/templates/ishtar/blocks/window_field.html
@@ -0,0 +1,3 @@
+{% load i18n %}
+{% if data %}<p><label>{% trans caption %}{% trans ":"%}</label>
+<span class='value'>{{data}}</span></p>{% endif%}