Revision 13858d75 astakos/im/templates/invitations.html

b/astakos/im/templates/invitations.html
3 3
{% load formatters %}
4 4

  
5 5
{% block body %}
6
<div class="container">
7 6
  <h3>You have {{ user.invitations }} invitation{{ user.invitations|pluralize }} left.</h3>
8 7
  
9 8
  <table class="zebra-striped id-sorted">
......
28 27
  {% if user.invitations %}
29 28
  <br />
30 29
  <h4>Invite someone else:</h4>
31
  <form action="{% url astakos.im.views.invite %}" method="post">{% csrf_token %}
32
    <div class="clearfix">
30
  <form action="{% url astakos.im.views.invite %}" method="post"
31
    class="withlabels">{% csrf_token %}
32
    <div class="clearfix f">
33 33
      <label for="user-realname">Name</label>
34 34
      <div class="input">
35 35
        <input type="text" class="span4" id="user-realname" name="realname" />
......
43 43
      </div>
44 44
    </div>
45 45

  
46
    <div class="actions">
47
      <button type="reset" class="btn">Reset</button>
48
      <button type="submit" class="btn primary">Invite</button>
46
    <div class="form-row submit">
47
        <input type="submit" class="submit altcol" value="INVITE" />
49 48
    </div>
50 49
  </form>
51 50
  {% endif %}

Also available in: Unified diff