diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 89f335e1a..0e5ddfac0 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -32,6 +32,7 @@ <span class='value'>{{item.label}}</span></p> {% if item.description %}<p><label>{%trans "Description"%}{% trans ":"%}</label> <span class='value'>{{item.description}}</span></p>{% endif%} +<p><label>{%trans "Created by:"%}</label> <span class='value'>{{ item.history_creator.ishtaruser.full_label }}</span></p> <p><label>{%trans "Material type"%}{% trans ":"%}</label> <span class='value'>{{item.material_type}}</span></p> <p><label>{%trans "Dating"%}{% trans ":"%}</label> |