Statistics
| Branch: | Tag: | Revision:

root / templates / poll.html @ 802dfff6

History | View | Annotate | Download (174 Bytes)

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>