From a97d8967426bda55381e0f235b26e51777228f5a Mon Sep 17 00:00:00 2001 From: supriya Date: Tue, 7 Aug 2012 11:41:01 +0530 Subject: Wikipage added to gstudio --- gstudio/templates/gstudio/NewPage.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 gstudio/templates/gstudio/NewPage.html (limited to 'gstudio/templates/gstudio/NewPage.html') diff --git a/gstudio/templates/gstudio/NewPage.html b/gstudio/templates/gstudio/NewPage.html new file mode 100644 index 00000000..541554b2 --- /dev/null +++ b/gstudio/templates/gstudio/NewPage.html @@ -0,0 +1,30 @@ +{%extends "gstudio/base.html"%} +{%load i18n %} +{% block content %} +{%if user.is_authenticated%} +{% if errors %} + +{% endif %} +
+{% csrf_token %} + +

Name of the Page:

+

+ +


+ +

+
+ + +
+{%else%} +

Sorry! Login To proceed

+ +{%endif%} +{% endblock %} + -- cgit v1.2.3-70-g09d2