Fixed some typos.
This commit is contained in:
parent
184800adcf
commit
f6d7bd139c
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
# This app doesn't contain any models, but as its template tags need to
|
# This app doesn't contain any models, but as its template tags need to
|
||||||
# be added to built-ins at start-up time, this is a good palce to do it.
|
# be added to built-ins at start-up time, this is a good place to do it.
|
||||||
|
|
||||||
from django.template.loader import add_to_builtins
|
from django.template.loader import add_to_builtins
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ class Tests(TestCase):
|
|||||||
"""
|
"""
|
||||||
Test that ``overextends`` triggers across multiple project and
|
Test that ``overextends`` triggers across multiple project and
|
||||||
app templates with the same relative path. To achieve this, we
|
app templates with the same relative path. To achieve this, we
|
||||||
need same template name to exist in multiple apps, as well as
|
need the same template name to exist in multiple apps, as well as
|
||||||
at the project level, so we create some fake apps and a project
|
at the project level, so we create some fake apps and a project
|
||||||
template. These all used a unique ID to ensure they don't
|
template. These all used a unique ID to ensure they don't
|
||||||
collide with anything in the project. When we're done, we clean
|
collide with anything in the project. When we're done, we clean
|
||||||
|
Loading…
Reference in New Issue
Block a user