diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-28 11:39:07 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-28 11:39:07 +0100 |
commit | 10abb4228c72b9c01e5344f38047be149a734251 (patch) | |
tree | 681a16ab360bc44ddf01a88c60b3a4832bf174af /archaeological_operations/templates | |
parent | fb0cbc70161e1db940afb0598dee876a55fb3e15 (diff) | |
download | Ishtar-10abb4228c72b9c01e5344f38047be149a734251.tar.bz2 Ishtar-10abb4228c72b9c01e5344f38047be149a734251.zip |
Add collaborators to sites
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index 8473e8675..8f8d018f6 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -36,6 +36,7 @@ {% include "ishtar/blocks/sheet_creation_section.html" %} {% field_flex_multiple "Periods" item.periods %} {% field_flex_multiple "Remains" item.remains %} + {% field_flex_multiple "Collaborators" item.collaborators %} {% field_flex_full "Comment" item.comment "<pre>" "</pre>" %} </div> |