From 7264ef6355baa26d72c6127e5fe8d1e623837204 Mon Sep 17 00:00:00 2001 From: Kabir Kukreti Date: Tue, 20 Mar 2012 15:53:51 +0530 Subject: 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 --- gstudio/templates/registration/activate.html | 2 +- gstudio/templates/registration/login.html | 2 +- gstudio/templates/registration/logout.html | 2 +- gstudio/templates/registration/password_change_done.html | 2 +- gstudio/templates/registration/password_change_form.html | 2 +- gstudio/templates/registration/password_reset_complete.html | 2 +- gstudio/templates/registration/password_reset_confirm.html | 2 +- gstudio/templates/registration/password_reset_done.html | 2 +- gstudio/templates/registration/password_reset_form.html | 2 +- gstudio/templates/registration/registration_complete.html | 2 +- gstudio/templates/registration/registration_form.html | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'gstudio/templates/registration') 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 %} -- cgit v1.1