Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong directory in Django Girls Tutorial: Extensions #183

Closed
pigmalion93 opened this issue Nov 11, 2014 · 0 comments
Closed

wrong directory in Django Girls Tutorial: Extensions #183

pigmalion93 opened this issue Nov 11, 2014 · 0 comments

Comments

@pigmalion93
Copy link

In Django Girls Tutorial: Extensions, chapter 2: Secure your website / Login user there is a bug. Tutorial says you should write the template in mysite directory (mysite/templates/registration/login.html), but Django doesn't search for templates in that directory.

You can make the folder in blog/templates directory and it will work.

If you do so, remember to change the code also:
{% extends "mysite/base.html" %} to {% extends "blog/base.html" %}

asendecka added a commit to DjangoGirls/tutorial-extensions that referenced this issue Nov 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant