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

Page 349: No open single quotes #35

Open
frontbastard opened this issue Dec 27, 2024 · 0 comments
Open

Page 349: No open single quotes #35

frontbastard opened this issue Dec 27, 2024 · 0 comments

Comments

@frontbastard
Copy link

frontbastard commented Dec 27, 2024

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}
 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant