Fixed 2 trivial spelling errors in NomCom tools. Fixes issue #2569. Commit ready for merge.

- Legacy-Id: 15441
This commit is contained in:
Peter E. Yee 2018-08-17 04:24:51 +00:00
parent adad3d68ce
commit 047b91862c
2 changed files with 2 additions and 2 deletions

View file

@ -815,5 +815,5 @@ class EditNomineeForm(forms.ModelForm):
fields = ('nominee_email',)
class NominationResponseCommentForm(forms.Form):
comments = forms.CharField(widget=forms.Textarea,required=False,help_text="Any comments provided will be encrytped and will only be visible to the NomCom.", strip=False)
comments = forms.CharField(widget=forms.Textarea,required=False,help_text="Any comments provided will be encrypted and will only be visible to the NomCom.", strip=False)

View file

@ -9,7 +9,7 @@
{% block nomcom_content %}
{% origin %}
<h2>Send remider to {{reminder_description}}</h2>
<h2>Send reminder to {{reminder_description}}</h2>
{% if nomcom.group.state_id == 'active' %}
<p>The message that will be sent is as follows:</p>