Statistics
| Branch: | Tag: | Revision:

root / templates / polldash.html @ master

History | View | Annotate | Download (201 Bytes)

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>