diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-21 19:07:09 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-21 19:07:09 +0200 |
commit | a16d70575ce1cfef22a8c59093de49853460affc (patch) | |
tree | 830452b7b659fb595a25c0ab07cc82543ad5e957 /archaeological_files/templates | |
parent | 7e119f2a96597a30d80f31a30e59d0d491c9c65e (diff) | |
download | Ishtar-a16d70575ce1cfef22a8c59093de49853460affc.tar.bz2 Ishtar-a16d70575ce1cfef22a8c59093de49853460affc.zip |
Closing operation or archaelogical file: today by default (refs #2212)
Diffstat (limited to 'archaeological_files/templates')
-rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 7a6120e42..a5879b3ec 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -37,8 +37,8 @@ <p><label>{%trans "Edition date:"%}</label> <span class='value'>{% if item.history_date %}{{ item.history_date }}{% else %}{{ item.history.all.0.history_date }}{% endif %}</span></p> <!-- date = now --> -{% field "Reception date" item.reception_date %} -{% field "Creation date" item.creation_date %} +{% field "Reception date" item.reception_date|date:"DATE_FORMAT" %} +{% field "Creation date" item.creation_date|date:"DATE_FORMAT" %} {% field "Created by" item.history_creator.ishtaruser.full_label %} {% comment %} |