Skip to content

Default logout URL for the get_logout_url template tag is missing a trailing slash #29

Description

@DJBarnes

The default logout URL for the get_logout_url template tag is missing a trailing slash.
This means that if the user does not set the logout URL in their settings.py file, the logout URL will not work.

Determined that the issue is in the templatetags. adminlte2_pdq/templatetags/adminlte_tags.py to be specific. There is a method / tag called get_logout_url and the default value is incorrect. Missing a trailing slash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions