Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6249405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:13:59+00:00 2026-05-24T13:13:59+00:00

I have an urls.py: from django.contrib.auth.views import (password_reset, password_reset_done, password_change, password_change_done) […] urlpatterns +=

  • 0

I have an urls.py:

from django.contrib.auth.views import (password_reset, password_reset_done, 
                                       password_change, password_change_done)

 [...]
 urlpatterns += i18n_patterns('',   
        url(r'^accounts/password_reset/$', password_reset, 
             {'template_name': 'registration/password_reset.html',
              "post_reset_redirect": '/accounts/password_reset_done/' },
             name='reset-password'),
        url(r'^accounts/password_reset_done/$', password_reset_done, 
             {'template_name': 'registration/password_reset_done.html'},
             name="reset-password-done"))

And the associated templates in app/templates/registration.

The password_reset do display my template, but password_reset_done doesn’t (it shows the admin template with the same name). Running pdb in it confirms that the proper template name is passed. I tripple checked the name of the template.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T13:14:00+00:00Added an answer on May 24, 2026 at 1:14 pm

    I finally found the answer:

    The app template loader will render the first template he finds matching the name, this order is determined by the order of your app in INSTALLED_APPS.

    Just adding the name of my app which contains my template at the begining of INSTALLED_APPS solve the problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have installed django-registration with pip, version 0.7. Then with urls.py from core.forms import
urls.py: from django.contrib import admin admin.autodiscover() ... url(r'^admin/', include(admin.site.urls)), settings.py has active the admin
My urls.py of the project looks like this from django.conf import settings from django.conf.urls.defaults
views.py from django.shortcuts import render_to_response from django.shortcuts import get_object_or_404 from django.shortcuts import get_list_or_404 from
I have a list of URLs from which I want to scrape an attribute.
I have an application that will accept URLs from the built in web browser
I have used this code for extracting urls from web page.But in the line
I have a PHP script that retrieves list of urls from a site and
I have first: select url from urls where site = '$value' order by url
I have two tables with list of urls fetched from different sources. I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.