get template select sending proper name/value

This commit is contained in:
James Tauber 2012-09-08 18:32:06 -04:00
parent 2b0b986530
commit 5f8e8f195c

View file

@ -22,8 +22,8 @@
Select one or more proposals (<span class="action-counter">0</span> currently selected)
<br/>
then pick an email template
<select>
<option value="0">[blank]</option>
<select name="notification_template">
<option value="">[blank]</option>
{% for template in notification_templates %}
<option value="{{ template.pk }}">{{ template.label }}</option>
{% endfor %}