我已经将django- required redux所需的模板保存到我的项目文件夹template/registration/中(例如registration_form.html)
当我运行注册模块时,它继续引用django- registration redux中的模板。如何在不修改模块的情况下使用自己的自定义模板。
我查看了django-template redux的后端,它指向template/注册/注册_form.html。我不确定我错过了什么。
谢谢。
发布于 2016-01-25 08:06:46
https://stackoverflow.com/questions/34817448
复制相似问题