Added HostingUserLoginForm test, Added HostingUserSignupForm test, Added PasswordResetRequestForm Test, Added SetPasswordForm test, Created custom 404 page
This commit is contained in:
parent
0dc81fff3d
commit
b34d84657e
9 changed files with 224 additions and 7 deletions
|
|
@ -136,7 +136,8 @@ TEMPLATES = [
|
|||
os.path.join(PROJECT_DIR, 'hosting/templates/'),
|
||||
os.path.join(PROJECT_DIR, 'ungleich/templates/djangocms_blog/'),
|
||||
os.path.join(PROJECT_DIR, 'ungleich/templates/cms/ungleichch'),
|
||||
os.path.join(PROJECT_DIR, 'ungleich/templates/ungleich')
|
||||
os.path.join(PROJECT_DIR, 'ungleich/templates/ungleich'),
|
||||
os.path.join(PROJECT_DIR, 'ungleich_page/templates/ungleich_page')
|
||||
|
||||
],
|
||||
'APP_DIRS': True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue