summaryrefslogtreecommitdiff
path: root/ishtar/templates/sheet.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates/sheet.html')
-rw-r--r--ishtar/templates/sheet.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/ishtar/templates/sheet.html b/ishtar/templates/sheet.html
new file mode 100644
index 000000000..9d1305c1d
--- /dev/null
+++ b/ishtar/templates/sheet.html
@@ -0,0 +1,7 @@
+{% load i18n %}
+<div class="sheet">
+<div class="head"><a href='#' onclick='$("#window").hide("slow")'>{% trans "Close" %}</a></div>
+<div class="body">
+{% block content %}{% endblock %}
+</div>
+</div>