Skip to content

Page 349: No open single quotes #35

@frontbastard

Description

@frontbastard

In a code example there is no open single quotes shop/product/detail.html',:

def product_detail(request, id, slug):
 product = get_object_or_404(
 Product, id=id, slug=slug, available=True
 )
 return render(
 request,
 shop/product/detail.html', # <<<<<<
 {'product': product}
 )

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