diff options
| 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 |
| commit | 7569568dd7810cec673758a27ad1f725110e0c1d (patch) | |
| tree | 47dd66ff1e6bd95e1e799b6823d9e40e0a5e0438 /ishtar_common/templates/ishtar | |
| parent | b6f2dfaeca2bd8e507333b299985e1e3386f6689 (diff) | |
| download | Ishtar-7569568dd7810cec673758a27ad1f725110e0c1d.tar.bz2 Ishtar-7569568dd7810cec673758a27ad1f725110e0c1d.zip | |
Archaeological finds: update sheet and search
Diffstat (limited to 'ishtar_common/templates/ishtar')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_field.html | 3 |
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%} |
