Revision 529f3c49 snf-astakos-app/astakos/im/templates/im/projects/project_list.html

b/snf-astakos-app/astakos/im/templates/im/projects/project_list.html
86 86
                    <th>Ends</th>               
87 87
                    <th>Enrolled</th>
88 88
                    <th>Status</th>
89
                    <th/>
89 90
                    <th>Membership Status</th>
90 91
                    <th>&nbsp;</th>
91 92
			        <th>Member accept policy</th>
......
106 107
	                    <td style="width:13%">{{o.definition.end_date|date:"d/m/Y"}}</td>
107 108
	                    <td style="width:11%">{{approved_members|length}}</td>
108 109
	                    <td style="width:11%">
109
	                        {{o.state}}{% if o.state != 'Replaced' %}<a href="{% url project_update o.id %}">Update</a>{% endif %}
110
	                        {{o.state}}
110 111
	                    </td>
112
	                    <td>{% if o.state != 'Replaced' %}<a href="{% url project_update o.id %}">Update</a>{% endif %}</td>
111 113
	                    <td style="width:17%">
112 114
	                    	<div class="msg-wrap">
113 115
	                        {% if user == o.owner %}

Also available in: Unified diff