summaryrefslogtreecommitdiff
path: root/gstudio/templates/registration
diff options
context:
space:
mode:
authorKabir Kukreti <kabir@gnowledge.org>2012-03-20 15:53:51 +0530
committerKabir Kukreti <kabir@gnowledge.org>2012-03-20 15:53:51 +0530
commit7264ef6355baa26d72c6127e5fe8d1e623837204 (patch)
tree86c87f8315a9e0e50d29f1474516e8cd293a2211 /gstudio/templates/registration
parentd8f4eeaccba10db423f314d9284ccdad5c3e5a81 (diff)
downloadgnowsys-7264ef6355baa26d72c6127e5fe8d1e623837204.tar.gz
Bug in registration corrected.Graphs made for generic, graph fonts improved and hyperlinks added.Graph work done by interns: Kavita Maurya, Shefali Shetty, Ratna Gautami, Neetu Menon
Diffstat (limited to 'gstudio/templates/registration')
-rw-r--r--gstudio/templates/registration/activate.html2
-rw-r--r--gstudio/templates/registration/login.html2
-rw-r--r--gstudio/templates/registration/logout.html2
-rw-r--r--gstudio/templates/registration/password_change_done.html2
-rw-r--r--gstudio/templates/registration/password_change_form.html2
-rw-r--r--gstudio/templates/registration/password_reset_complete.html2
-rw-r--r--gstudio/templates/registration/password_reset_confirm.html2
-rw-r--r--gstudio/templates/registration/password_reset_done.html2
-rw-r--r--gstudio/templates/registration/password_reset_form.html2
-rw-r--r--gstudio/templates/registration/registration_complete.html2
-rw-r--r--gstudio/templates/registration/registration_form.html2
11 files changed, 11 insertions, 11 deletions
diff --git a/gstudio/templates/registration/activate.html b/gstudio/templates/registration/activate.html
index e85121e..45df694 100644
--- a/gstudio/templates/registration/activate.html
+++ b/gstudio/templates/registration/activate.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}
diff --git a/gstudio/templates/registration/login.html b/gstudio/templates/registration/login.html
index 4e0d763..222505c 100644
--- a/gstudio/templates/registration/login.html
+++ b/gstudio/templates/registration/login.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}
diff --git a/gstudio/templates/registration/logout.html b/gstudio/templates/registration/logout.html
index fe17eba..8749565 100644
--- a/gstudio/templates/registration/logout.html
+++ b/gstudio/templates/registration/logout.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}
diff --git a/gstudio/templates/registration/password_change_done.html b/gstudio/templates/registration/password_change_done.html
index 659be0a..b0f6f28 100644
--- a/gstudio/templates/registration/password_change_done.html
+++ b/gstudio/templates/registration/password_change_done.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}
diff --git a/gstudio/templates/registration/password_change_form.html b/gstudio/templates/registration/password_change_form.html
index a640aa6..71d84df 100644
--- a/gstudio/templates/registration/password_change_form.html
+++ b/gstudio/templates/registration/password_change_form.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}
diff --git a/gstudio/templates/registration/password_reset_complete.html b/gstudio/templates/registration/password_reset_complete.html
index ef3637c..d0a6df9 100644
--- a/gstudio/templates/registration/password_reset_complete.html
+++ b/gstudio/templates/registration/password_reset_complete.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}
diff --git a/gstudio/templates/registration/password_reset_confirm.html b/gstudio/templates/registration/password_reset_confirm.html
index 3990f06..38b04f9 100644
--- a/gstudio/templates/registration/password_reset_confirm.html
+++ b/gstudio/templates/registration/password_reset_confirm.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}
diff --git a/gstudio/templates/registration/password_reset_done.html b/gstudio/templates/registration/password_reset_done.html
index 6057ccb..344c088 100644
--- a/gstudio/templates/registration/password_reset_done.html
+++ b/gstudio/templates/registration/password_reset_done.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}
diff --git a/gstudio/templates/registration/password_reset_form.html b/gstudio/templates/registration/password_reset_form.html
index a640aa6..71d84df 100644
--- a/gstudio/templates/registration/password_reset_form.html
+++ b/gstudio/templates/registration/password_reset_form.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}
diff --git a/gstudio/templates/registration/registration_complete.html b/gstudio/templates/registration/registration_complete.html
index 3d3d950..a86f977 100644
--- a/gstudio/templates/registration/registration_complete.html
+++ b/gstudio/templates/registration/registration_complete.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}
diff --git a/gstudio/templates/registration/registration_form.html b/gstudio/templates/registration/registration_form.html
index a640aa6..71d84df 100644
--- a/gstudio/templates/registration/registration_form.html
+++ b/gstudio/templates/registration/registration_form.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "gstudio/base.html" %}
{% load i18n %}
{% block content %}