Made the appropriate changes to settings.py.dist
[flowspy] / templates / poll.html
1 <div id="inbox" >
2         {% for message in messages %}
3           {% include "poll_message.html" %}
4         {% endfor %}
5         <input type="hidden" name="hid_mid" id="hid_mid" value=''/>
6 </div>