diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-29 19:34:31 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-29 19:34:31 +0100 |
commit | afd7fb9c2be01a44a45f582eebdf02632a10be99 (patch) | |
tree | 05cdd1da4246ddb4e3e8b69c9a968f3e0d14d7b9 /archaeological_finds/templates/ishtar/sheet_findbasket.html | |
parent | c0c093276dec2a34c5702711e3c3147b98ca4df8 (diff) | |
download | Ishtar-afd7fb9c2be01a44a45f582eebdf02632a10be99.tar.bz2 Ishtar-afd7fb9c2be01a44a45f582eebdf02632a10be99.zip |
Basket: manage basket share (ro and edit) - manage alt query own
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_findbasket.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_findbasket.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findbasket.html b/archaeological_finds/templates/ishtar/sheet_findbasket.html index 3c3ca1d3f..4a101d8f2 100644 --- a/archaeological_finds/templates/ishtar/sheet_findbasket.html +++ b/archaeological_finds/templates/ishtar/sheet_findbasket.html @@ -12,8 +12,9 @@ <div class='row'> {% field_flex "Label" item.label %} {% field_flex_detail "Owned by" item.user.person %} - {% field_flex_multiple "Shared_with" item.shared_with %} {% field_flex "Comment" item.comment %} + {% field_flex_multiple_full "Shared (read) with" item.shared_with %} + {% field_flex_multiple_full "Shared (read/edit) with" item.shared_write_with %} </div> <h3>{% trans "Content" %}</h3> |