The template contact_form_subject.txt referenced in the documentation (both forms.txt and overview.txt) is not used in the generation of the subject header.
Comment #1
Posted on Mar 11, 2008 by Helpful ElephantProposed solution, taken from http://code.google.com/p/django-registration/
- issue-7.diff 822
Comment #2
Posted on Mar 19, 2008 by Massive WombatThis is easy to address with subclassing, but the documentation is inconsistent. It also seems logical to handle subjects in the same way as the message itself. Here's an alternative patch that does that (the main difference from the previous patch is that cleaned_data is available for use in the subject template).
Comment #3
Posted on Mar 31, 2008 by Massive WombatImprovement on the previous patch: also strips newlines from the subject template.
Comment #4
Posted on Apr 2, 2008 by Happy PandaI've applied this patch and it worked fine for me.
Comment #5
Posted on Jun 27, 2008 by Happy HippoThis was fixed a while back.
Status: Fixed
Labels:
Type-Defect
Priority-Medium