blob: 58b7dcdac76ebd7af3f04e9c7343f7f62747d8d2 (
plain)
1
2
3
4
5
6
7
8
|
{%extends "gstudio/base.html"%}
{%load i18n %}
{% block content %}
<input type="button" value="Home" onClick="location.href='/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%}
|