diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-14 15:46:19 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-15 17:20:19 +0100 |
commit | 29ca22925d3fbdfdc2c7a09b1d99cc36b0874369 (patch) | |
tree | 58963027670cda5ed2359fae59cf9fe768138ec9 /archaeological_operations/templates/ishtar/sheet_site_window.html | |
parent | 32b9575cefa9eede2be68ea8464a7c70d52e4105 (diff) | |
download | Ishtar-29ca22925d3fbdfdc2c7a09b1d99cc36b0874369.tar.bz2 Ishtar-29ca22925d3fbdfdc2c7a09b1d99cc36b0874369.zip |
Archaeological site: simple sheet (refs #3913)
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_site_window.html')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site_window.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site_window.html b/archaeological_operations/templates/ishtar/sheet_site_window.html new file mode 100644 index 000000000..ed5a8027e --- /dev/null +++ b/archaeological_operations/templates/ishtar/sheet_site_window.html @@ -0,0 +1,3 @@ +{% extends "ishtar/sheet_site.html" %} +{% block main_head %}{%endblock%} +{% block main_foot %}{%endblock%} |