Update templates/content-episode.tpl.html

Fix for 

HPR/hpr_hub#49
#202
This commit is contained in:
Ken Fallon 2024-07-17 19:21:05 +00:00
parent 493bae282b
commit f1817e6820

View File

@ -110,9 +110,18 @@ Subscribe to the comments <a href="<!--% absolute_path(baseurl) %-->comments.rss
</tr> </tr>
<!-- . --> <!-- . -->
<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> <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> <td>
<!-- . --> <!-- . -->
<tr> <tr>