Skip to content

Commit 3a03cb0

Browse files
committed
Change template of new nominee
See ietf-tools#977 - Legacy-Id: 5579
1 parent a9c33ed commit 3a03cb0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ietf/dbtemplate/fixtures/nomcom_templates.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,19 @@ Please, check if there is some more action nedeed.</field>
3030
<field type="CharField" name="path">/nomcom/defaults/email/new_nominee.txt</field>
3131
<field type="CharField" name="title">Email sent to nominees when they are nominated</field>
3232
<field type="TextField" name="variables">$nominee: Full name of the nominee
33-
$position: Name of the position</field>
33+
$position: Name of the position
34+
$domain: Server domain
35+
$accept_url: Url hash to accept nominations
36+
$decline_url: Url hash to decline nominations</field>
3437
<field to="name.dbtemplatetypename" name="type" rel="ManyToOneRel">plain</field>
3538
<field type="TextField" name="content">Hi,
3639

3740
You have been nominated for the position of $position.
3841

3942
The NomCom would appreciate receiving an indication of whether or not you accept this nomination to stand for consideration as a candidate for this position.
4043

44+
You can accept the nomination via web going to the following link http://$domain$accept_url or decline the nomination going the following link http://$domain$decline_url
45+
4146
If you accept, you will need to fill out a questionnaire. You will receive the questionnaire by email.
4247

4348
Best regards,

0 commit comments

Comments
 (0)