diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-06 19:32:39 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-06 19:32:39 +0100 | 
| commit | ce29b9184e7964ac5b91b6244477bad62b23bc11 (patch) | |
| tree | 103ffb23f7a65f261a56bd09185960999759833d | |
| parent | d2316d06225e9f2d04204abf7220e9ae280addf7 (diff) | |
| download | Ishtar-ce29b9184e7964ac5b91b6244477bad62b23bc11.tar.bz2 Ishtar-ce29b9184e7964ac5b91b6244477bad62b23bc11.zip | |
Basket sheet: more information
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_findbasket.html | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/archaeological_finds/templates/ishtar/sheet_findbasket.html b/archaeological_finds/templates/ishtar/sheet_findbasket.html index e599bba0b..6f8b12e6d 100644 --- a/archaeological_finds/templates/ishtar/sheet_findbasket.html +++ b/archaeological_finds/templates/ishtar/sheet_findbasket.html @@ -1,10 +1,13 @@  {% extends "ishtar/sheet.html" %} -{% load i18n window_tables window_header from_dict %} +{% load i18n window_tables window_header from_dict window_field %}  {% block head_title %}{% trans "Find basket" %}{% endblock %}  {% block content %} -<p class="window-refs">{{ item.label|default:"" }}</p> +  {% window_nav item window_id 'show-findbasket' 'select_itemsinbasket' %} +<p class="window-refs">{{ item.label|default:"" }}</p> +{% field "Owned by" item.user %} +{% field "Comment" item.comment %}  {% dynamic_table_document_large finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %}  {% endblock %} | 
