Revision 48c07635 invitations/templates/invitations.html

b/invitations/templates/invitations.html
10 10
    {% csrf_token %}
11 11
    
12 12
    {% if errors %}
13
    <div id="errors">
13
    <div id="errors" class="error-msg">
14 14
        <p>{% trans "Invite error(s) occured" %}</p>
15 15

  
16 16
        <ul>
......
65 65
    </div>
66 66
    
67 67
    <div>
68
        <ul>
68
        <ul class="invsent-list">
69 69
        {% for inv in invitations %}
70 70
        <li class="clearfix {% if inv.accepted %}accepted{% endif %}">
71 71
                {% if inv.accepted %}
......
78 78
                <span class="name">{{ inv.targetname }}</span> <span class="email">{{ inv.target }}</span>
79 79
            </li>
80 80
        {% endfor %}
81
        </ul>
81
    </ul>
82

  
83
    <div class="pages"></div>
82 84
    </div>
83 85
</div>

Also available in: Unified diff