Remove polls from help page HTML

This commit is contained in:
Julian Rota 2022-08-17 18:33:05 -04:00 committed by Ben Rog-Wilhelm
parent d005bd6237
commit 21c99261e6

View file

@ -66,34 +66,6 @@ Text 2
<td>[{{SITE_TITLE}}]({{SITE_FULL}}/)</td>
<td><a href="/">{{SITE_TITLE}}</a></td>
</tr>
<tr>
<td>Poll Options (can select multiple options)</td>
<td>$$mickey mouse$$ $$bugs bunny$$</td>
<td>
<div class="custom-control">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="422741">
<label class="custom-control-label" for="422741">mickey mouse - <a href="/votes?link=t3_422741"><span id="poll-422741">0</span> votes</a></label>
</div>
<div class="custom-control">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="422742">
<label class="custom-control-label" for="422742">bugs bunny - <a href="/votes?link=t3_422742"><span id="poll-422742">0</span> votes</a></label>
</div>
</td>
</tr>
<tr>
<td>Poll Options (can select only 1 option)</td>
<td>&&king kong&& &&godzilla&&</td>
<td>
<div class="custom-control">
<input name="choice" autocomplete="off" type="radio" class="custom-control-input" id="1338113">
<label class="custom-control-label" for="1338113">king kong - <a href="/votes?link=t3_1338113"><span id="choice-1338113">0</span> votes</a></label>
</div>
<div class="custom-control">
<input name="choice" autocomplete="off" type="radio" class="custom-control-input" id="1338114">
<label class="custom-control-label" for="1338114">godzilla - <a href="/votes?link=t3_1338114"><span id="choice-1338114">0</span> votes</a></label>
</div>
</td>
</tr>
<tr>
<td>Blockquote</td>
<td>&gt; text</td>