help text on {{ proposal }} and more explicit send button
This commit is contained in:
parent
3d362300bb
commit
ce3009d573
1 changed files with 5 additions and 2 deletions
|
@ -23,7 +23,6 @@
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
<h2>Email</h2>
|
<h2>Email</h2>
|
||||||
|
|
||||||
|
|
||||||
<form method="post" action="{% url result_notification_send section_slug status %}">
|
<form method="post" action="{% url result_notification_send section_slug status %}">
|
||||||
<label>Subject</label>
|
<label>Subject</label>
|
||||||
<input type="text" name="subject" class="span5" value="{{ notification_template.subject }}" />
|
<input type="text" name="subject" class="span5" value="{{ notification_template.subject }}" />
|
||||||
|
@ -33,7 +32,11 @@
|
||||||
<br/>
|
<br/>
|
||||||
<input type="hidden" name="notification_template" value="{{ notification_template.pk }}" />
|
<input type="hidden" name="notification_template" value="{{ notification_template.pk }}" />
|
||||||
<input type="hidden" name="proposal_pks" value="{{ proposal_pks }}" />
|
<input type="hidden" name="proposal_pks" value="{{ proposal_pks }}" />
|
||||||
<button type="submit" class="btn btn-primary">Send</button>
|
<p>
|
||||||
|
If the <b>Body</b> includes the string <code>{% templatetag openvariable %} proposal {% templatetag closevariable %}</code> then it will be
|
||||||
|
replaced with the title of the proposal when the email is sent.
|
||||||
|
</p>
|
||||||
|
<button type="submit" class="btn btn-primary">Send {{ proposals|length }} Email{{ proposals|length|pluralize }}</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue