Skip to content

Commit 0a6f501

Browse files
authored
Update defining-template-context.md
1 parent 4a57c5d commit 0a6f501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/defining-template-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ from my_app.accounts.forms import SubscribeForm
147147
@register_context_modifier(template="patterns/subscribe/form.html")
148148
def add_subscribe_form(context, request):
149149
"""
150-
Adds an unbount form to 'form.html'
150+
Adds an unbound form to 'form.html'
151151
"""
152152
context["form"] = SubscribeForm()
153153

0 commit comments

Comments
 (0)