Merged in [15441] from peter@akayla.com:
Fixed 2 trivial spelling errors in NomCom tools. Fixes issue #2569.
- Legacy-Id: 15442
Note: SVN reference [15441] has been migrated to Git commit 047b91862c
This commit is contained in:
commit
ab7b572c1f
|
@ -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