From 527ab688a8608ded5fc854cf8641228181efa981 Mon Sep 17 00:00:00 2001 From: Ankita Date: Fri, 13 Jul 2012 12:31:27 +0530 Subject: this patch was added for metastudio by BITS Pilani team in 2012. --- gstudio/templates/gstudio/over.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gstudio/templates/gstudio/over.html (limited to 'gstudio/templates/gstudio/over.html') diff --git a/gstudio/templates/gstudio/over.html b/gstudio/templates/gstudio/over.html new file mode 100644 index 0000000..babec6f --- /dev/null +++ b/gstudio/templates/gstudio/over.html @@ -0,0 +1,7 @@ +{%extends "gstudio/base.html"%} +{%load i18n %} +{% block content %} +sorry, the meeting {{sys.title}}was over on {{endtime}} + + +{%endblock%} -- cgit v1.1