mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed spelling mistakes in docs.
This commit is contained in:
parent
8137215973
commit
1f5f015c32
20 changed files with 27 additions and 28 deletions
|
@ -173,7 +173,7 @@ readers sign up to get notifications when news happens. It's pretty basic: A
|
|||
reader signs up on a Web form and immediately gets an email saying,
|
||||
"Thanks for your subscription."
|
||||
|
||||
It'd be inefficient and redundant to implement this signup-processing code
|
||||
It'd be inefficient and redundant to implement this sign up processing code
|
||||
twice, so the sites use the same code behind the scenes. But the "thank you for
|
||||
signing up" notice needs to be different for each site. By using
|
||||
:class:`~django.contrib.sites.models.Site`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue