Revision 0c887794 snf-astakos-app/astakos/im/templates/im/invitations.html

b/snf-astakos-app/astakos/im/templates/im/invitations.html
1 1
{% extends "im/account_base.html" %}
2 2

  
3 3
{% block page.body %}
4
<div class="two-cols clearfix">
5
	<div class="rt">
4
<div class="full bottom-bordered">
5
	<div class="lt-div">
6
		<p>Invite someone else</p>
7
	</div>
8
	 
6 9
	 {% if inviter.invitations %}
7 10
	  <form action="{% url astakos.im.views.invite %}" method="post"
8
	    class="innerlabels">{% csrf_token %}
9
	    <h2>INVITE SOMEONE ELSE</h2>
11
	    class="innerlabels overflow-hidden">{% csrf_token %}
12
	
10 13
	    {% with invitation_form as form %}
11
	    {% include "im/form_render.html" %}
14
	    	{% include "im/form_render.html" %}
12 15
	    {% endwith %}
13 16
	
14 17
	    <div class="form-row submit">
......
16 19
	    </div>
17 20
	  </form>
18 21
	  {% endif %}
19
	</div>
20
	<div class="lt {% block innerpage.class %}{% endblock %}">
22
	 
23
</div>
24
 
25
	<div class="full {% block innerpage.class %}{% endblock %}">
21 26
	    
22 27
	    <h2>You have <em>{{ inviter.invitations }}</em> invitation{{ inviter.invitations|pluralize }} left.</h2>
23 28
	    {% if sent|length %}
......
43 48
	        <p>No invitations sent</p>
44 49
	    {% endif %}
45 50
	</div>     
46
</div>
51

  
47 52

  
48 53

  
49 54
{% endblock %}

Also available in: Unified diff