summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-07-12 18:54:30 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-07-12 18:54:30 +0200
commit11026984a0b9f3542b3c5216b7a6e01d1bc20310 (patch)
treeeb3d8b5c2cbbfcc454a4e2c94929d11056fac61c /archaeological_finds/templates
parent8f31212d241870c33416f2b743592de8fa1d74e0 (diff)
downloadIshtar-11026984a0b9f3542b3c5216b7a6e01d1bc20310.tar.bz2
Ishtar-11026984a0b9f3542b3c5216b7a6e01d1bc20310.zip
Basket: manage slug and public (for admin only)
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findbasket.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findbasket.html b/archaeological_finds/templates/ishtar/sheet_findbasket.html
index 52b53df2a..af5baea5d 100644
--- a/archaeological_finds/templates/ishtar/sheet_findbasket.html
+++ b/archaeological_finds/templates/ishtar/sheet_findbasket.html
@@ -12,6 +12,8 @@
<div class='row'>
{% field_flex "Label" item.label %}
{% field_flex_detail "Owned by" item.user.person %}
+ {% field_flex "Slug" item.slug %}
+ {% field_flex "Is public" item.public %}
{% 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 %}