Merge pull request #672 from django-compressor/update-template-doc-link
Update link to templates documentation
This commit is contained in:
@@ -148,7 +148,7 @@ class Command(NoArgsCommand):
|
|||||||
raise OfflineGenerationError("No template paths found. None of "
|
raise OfflineGenerationError("No template paths found. None of "
|
||||||
"the configured template loaders "
|
"the configured template loaders "
|
||||||
"provided template paths. See "
|
"provided template paths. See "
|
||||||
"http://django.me/template-loaders "
|
"https://docs.djangoproject.com/en/1.8/topics/templates/ "
|
||||||
"for more information on template "
|
"for more information on template "
|
||||||
"loaders.")
|
"loaders.")
|
||||||
if verbosity > 1:
|
if verbosity > 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user