From 656360c24044e06c881baa648f2aad9d671c3bd8 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 19 Jun 2011 11:24:39 +0000 Subject: 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 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST.in') 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 * -- cgit v1.2.1