Skip to content

wrong directory in Django Girls Tutorial: Extensions #183

@pigmalion93

Description

@pigmalion93

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" %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions