Indicate sender and suffix on the signup email form
authorMagnus Hagander <magnus@hagander.net>
Thu, 1 Mar 2018 14:57:12 +0000 (15:57 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 1 Mar 2018 14:57:12 +0000 (15:57 +0100)
Content was already there in the mail, but make it clear to the user
what it looks like.

template/confwiki/signup_sendmail_form.html

index df6cb1039f3f893bdf65be4c94fad23450395ce6..0544301a62d6e2053903012bd1b01c8baac465fc 100644 (file)
@@ -19,7 +19,14 @@ table.sendmailform input[type="text"],textarea,select {
 
 <form method="post" action=".">{%csrf_token%}
 <table class="sendmailform">
+<tr>
+ <th>Sender</th>
+ <td>{{conference.conferencename}} &lt;{{conference.contactaddr}}&gt;</td>
 {{form}}
+<tr>
+ <th>Suffix</th>
+ <td>The email will contain a suffix with a link to {{sitebase}}/events/{{conference.urlname}}/register/signup/{{signup.id}}/</td>
+</tr>
 </table>
 <input type="submit" value="Send mail" class="btn btn-default">
 </form>