【发布时间】:2019-08-24 13:38:56
【问题描述】:
我在我的项目中使用身份验证视图 https://docs.djangoproject.com/en/2.2/topics/auth/default/#module-django.contrib.auth.views path('accounts/', include('django.contrib.auth.urls')), 在我的网址中
我的问题是当涉及到PasswordChangeView accounts/password_change url 显示 django 管理页面而不是我在posts\templates\registration\password_change_form.html 下的模板
【问题讨论】:
标签: django django-views