get template select sending proper name/value
This commit is contained in:
		
							parent
							
								
									2b0b986530
								
							
						
					
					
						commit
						5f8e8f195c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -22,8 +22,8 @@ | ||||||
|             Select one or more proposals (<span class="action-counter">0</span> currently selected) |             Select one or more proposals (<span class="action-counter">0</span> currently selected) | ||||||
|             <br/> |             <br/> | ||||||
|             then pick an email template |             then pick an email template | ||||||
|             <select> |             <select name="notification_template"> | ||||||
|                 <option value="0">[blank]</option> |                 <option value="">[blank]</option> | ||||||
|                 {% for template in notification_templates %} |                 {% for template in notification_templates %} | ||||||
|                     <option value="{{ template.pk }}">{{ template.label }}</option> |                     <option value="{{ template.pk }}">{{ template.label }}</option> | ||||||
|                 {% endfor %} |                 {% endfor %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Tauber
						James Tauber