Introduce optional username slugif-ication
[flowspy] / templates / polldash.html
1 <div  >
2         <ul class="chat" id="inbox">
3         {% for message in messages %}
4           {% include "poll_message.html" %}
5         {% endfor %}
6         </ul>
7         <input type="hidden" name="hid_mid" id="hid_mid" value=''/>
8 </div>