summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/later.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/later.html')
-rw-r--r--gstudio/templates/gstudio/later.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/later.html b/gstudio/templates/gstudio/later.html
new file mode 100644
index 0000000..58b7dcd
--- /dev/null
+++ b/gstudio/templates/gstudio/later.html
@@ -0,0 +1,8 @@
+{%extends "gstudio/base.html"%}
+{%load i18n %}
+{% block content %}
+<input type="button" value="Home" onClick="location.href=parseURL('/nodetypes/user/{{user.username}}');">
+<h2> Sorry The meeting is scheduled later! </h2>
+
+<p> The meeting<b> {{sys.title}}</b> is scheduled to start at {{starttime}} please try later</p>
+{%endblock%}