summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-06-19 11:24:39 +0000
committerJannis Leidel <jannis@leidel.info>2011-06-19 11:24:39 +0000
commit656360c24044e06c881baa648f2aad9d671c3bd8 (patch)
treee64847efecc7e4e2a24fd181cb4bb901fb45d0bf /MANIFEST.in
parent63f9b6712909970693a9e509d13218856306bbd6 (diff)
downloaddjango-656360c24044e06c881baa648f2aad9d671c3bd8.tar.gz
Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 497b834f26..ebdc6cf016 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -17,6 +17,7 @@ recursive-include django/contrib/admin/templates *
recursive-include django/contrib/admin/media *
recursive-include django/contrib/admindocs/templates *
recursive-include django/contrib/auth/fixtures *
+recursive-include django/contrib/auth/templates *
recursive-include django/contrib/auth/tests/templates *
recursive-include django/contrib/comments/templates *
recursive-include django/contrib/databrowse/templates *