summaryrefslogtreecommitdiff
path: root/gstudio/templates/registration
diff options
context:
space:
mode:
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 %}