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) | ||||
|             <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 %} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Tauber
						James Tauber