forked from rho_n/hpr_generator
		
	Update templates/content-episode.tpl.html
Fix for HPR/hpr_hub#49 rho_n/hpr_generator#202
This commit is contained in:
		@@ -110,9 +110,18 @@ Subscribe to the comments <a href="<!--% absolute_path(baseurl) %-->comments.rss
 | 
			
		||||
	</tr>
 | 
			
		||||
<!-- . -->
 | 
			
		||||
	<tr>
 | 
			
		||||
	<td>What is the <strong>HOST_ID</strong> for the host of this show?</td>
 | 
			
		||||
	<td>Who is the <strong>host</strong> of this show?</td>
 | 
			
		||||
	<td>
 | 
			
		||||
	<input required type="text" name="hostid" size="20" maxlength="5" placeholder="Type the host number"></td>
 | 
			
		||||
	<select required name="hostid" id="hostid">
 | 
			
		||||
		<option value="Spammer" selected="selected">Spammer</option>
 | 
			
		||||
		<option value="Spammer">Linus Torvalds</option>
 | 
			
		||||
		<option value="Spammer">Marie Curie</option>
 | 
			
		||||
		<option value="<!--% episode.hostid %-->"><!--% episode.host %--></option>
 | 
			
		||||
		<option value="Spammer">Alan Turing</option>
 | 
			
		||||
		<option value="Spammer">Terry Pratchett</option>
 | 
			
		||||
		<option value="Spammer">Yuri Gagarin</option>
 | 
			
		||||
	</select>
 | 
			
		||||
		<td>
 | 
			
		||||
	<td>
 | 
			
		||||
<!-- . -->
 | 
			
		||||
	<tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user