1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00

Fixed #10053: the most exciting commit you'll ever see.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2009-04-02 01:55:49 +00:00
parent 25130b9675
commit 73c0556911

View File

@ -1,5 +1,5 @@
""" """
Wrapper for loading templates from "template" directories in INSTALLED_APPS Wrapper for loading templates from "templates" directories in INSTALLED_APPS
packages. packages.
""" """