django-feedback icon indicating copy to clipboard operation
django-feedback copied to clipboard

Small typo in feedback email

Open rvm-xx opened this issue 15 years ago • 0 comments

In views.py, at line 31:

send_mail('Feedback recived: '+form.cleaned_data['subject'],

should be

send_mail('Feedback received: '+form.cleaned_data['subject'],

Thank you,

Hervé

rvm-xx avatar Nov 21 '10 22:11 rvm-xx