jaredly / jaredly/django-feedback
Small typo in feedback email
Open
- Dominant language
- Python
- Stars
- 57
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
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é
Contributor guide
No contributing guide indexed for this repository
Research direction
Open views.py at line 31 and inspect the feedback email subject string. Correct the spelling from “recived” to “received,” then verify that the email subject uses the corrected wording; no test file is mentioned in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100