summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/over.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/over.html')
-rw-r--r--gstudio/templates/gstudio/over.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/over.html b/gstudio/templates/gstudio/over.html
new file mode 100644
index 00000000..babec6f4
--- /dev/null
+++ b/gstudio/templates/gstudio/over.html
@@ -0,0 +1,7 @@
+{%extends "gstudio/base.html"%}
+{%load i18n %}
+{% block content %}
+sorry, the meeting <b>{{sys.title}}</b>was over on {{endtime}}
+<input type="button" value="Home" onClick="location.href=parseURL('/nodetypes/user/{{user.username}}');">
+
+{%endblock%}