Merge pull request #672 from django-compressor/update-template-doc-link

Update link to templates documentation
This commit is contained in:
Carlton Gibson
2015-09-30 13:26:03 +02:00

View File

@@ -148,7 +148,7 @@ class Command(NoArgsCommand):
raise OfflineGenerationError("No template paths found. None of "
"the configured template loaders "
"provided template paths. See "
"http://django.me/template-loaders "
"https://docs.djangoproject.com/en/1.8/topics/templates/ "
"for more information on template "
"loaders.")
if verbosity > 1: