Skip to content

Maybe it's better this way #2

@Elon8

Description

@Elon8

at rango/views.py
def show_category(request, category_name_slug):
context = {
'category_name_slug': category_name_slug,
}
...

and then , the template: category.html
<a href="/rango/category/{{ category_name_slug }}/add_page/">Add Page</a>

use category_name_slug is better than use category.slug , Especially when try a wrong category_name_slug in the URL , and press the 'Add Page' link.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions