We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a57c5d commit 0a6f501Copy full SHA for 0a6f501
docs/guides/defining-template-context.md
@@ -147,7 +147,7 @@ from my_app.accounts.forms import SubscribeForm
147
@register_context_modifier(template="patterns/subscribe/form.html")
148
def add_subscribe_form(context, request):
149
"""
150
- Adds an unbount form to 'form.html'
+ Adds an unbound form to 'form.html'
151
152
context["form"] = SubscribeForm()
153
0 commit comments