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 | a93ecfdfb6472b212f8f6ef29fdb8605215ec2af (patch) | |
tree | 681a16ab360bc44ddf01a88c60b3a4832bf174af /archaeological_operations/templates | |
parent | e705317c0eafbbd024e4c68f517402955e9a1a8e (diff) | |
download | Ishtar-a93ecfdfb6472b212f8f6ef29fdb8605215ec2af.tar.bz2 Ishtar-a93ecfdfb6472b212f8f6ef29fdb8605215ec2af.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> |