default login template not found (registration/login.html)

2014-11-20 Thread
Hi, I follow the doc to test the login system. I set a view function with @login_required to show successful login message. In the html, a link like: Login The URLconf under 'account' namespace contains one url: url(r'^login/$', 'django.contrib.auth.views.login', name='login',) It shows th

Re: default login template not found (registration/login.html)

2014-11-20 Thread
I got it, thank you. Yen 2014-11-20 20:18 GMT+08:00 Daniel Roseman : > On Thursday, 20 November 2014 11:39:09 UTC, Yen wrote: >> >> Hi, >> >> I follow the doc to test the login system. I set a view function with >> @login_required to show successful login message. >> >> In the html, a link like: