Fixed 2 trivial spelling errors in NomCom tools. Fixes issue #2569. Commit ready for merge.
- Legacy-Id: 15441
This commit is contained in:
parent
adad3d68ce
commit
047b91862c
|
@ -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)
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue