Skip to content

Commit bafaa30

Browse files
committed
Fixed a typo. Fixes issue ietf-tools#1216.
- Legacy-Id: 6869
1 parent 0ca9a5c commit bafaa30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/wgcharter/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def announcement_text(request, name, ann):
480480

481481
if "send_text" in request.POST and form.is_valid():
482482
parsed_msg = send_mail_preformatted(request, form.cleaned_data['announcement_text'])
483-
messages.success(request, "The email To: '%s' with Subjet: '%s' has been sent." % (parsed_msg["To"],parsed_msg["Subject"],))
483+
messages.success(request, "The email To: '%s' with Subject: '%s' has been sent." % (parsed_msg["To"],parsed_msg["Subject"],))
484484
return redirect('doc_writeup', name=charter.name)
485485

486486
return render_to_response('wgcharter/announcement_text.html',

0 commit comments

Comments
 (0)