From bb5ca32767ce6a25b72e03a4ebebd0648bc0cd42 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 12 Jul 2019 18:54:30 +0200 Subject: Basket: manage slug and public (for admin only) --- archaeological_finds/templates/ishtar/sheet_findbasket.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds/templates') 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 @@
{% 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 %} -- cgit v1.2.3