Statistics
| Branch: | Tag: | Revision:

root / templates / poll.html @ 3e99e2d1

History | View | Annotate | Download (113 Bytes)

1
<div id="inbox" >
2
        {% for message in messages %}
3
          {% include "poll_message.html" %}
4
        {% endfor %}
5
</div>