diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-24 11:21:01 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-24 11:21:15 +0200 |
commit | f2cd1c1326d5fbfbd39a7b2a30a278dd66883c3c (patch) | |
tree | e661aafe6d8a1d0afc8352791865ecb915a3d8db /ishtar_common/templates/ishtar/sheet_town_window.html | |
parent | 0ff92ef98dbfbfc0e2d89dff18f7bb2dc3950b8c (diff) | |
download | Ishtar-f2cd1c1326d5fbfbd39a7b2a30a278dd66883c3c.tar.bz2 Ishtar-f2cd1c1326d5fbfbd39a7b2a30a278dd66883c3c.zip |
Document -> Town/Area: sheet
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_town_window.html')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_town_window.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_town_window.html b/ishtar_common/templates/ishtar/sheet_town_window.html new file mode 100644 index 000000000..045b6a163 --- /dev/null +++ b/ishtar_common/templates/ishtar/sheet_town_window.html @@ -0,0 +1,3 @@ +{% extends "ishtar/sheet_town.html" %} +{% block main_head %}{%endblock%} +{% block main_foot %}{%endblock%} |