Revision 95a51cdc snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html

b/snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
112 112
			                        <td>Pending</td>
113 113
			                    {% else %}
114 114
			                        <td>Not member 
115
			                        {% if join_forms %}
116
			                         
117 115
			                            <form action="{% url group_join o.id %}" method="post" class="link-like">{% csrf_token %}
118
			                                {% with join_forms|lookup:o.name as form %}
119
			                                    {% include "im/form_render.html" %}
120
			                                {% endwith %}
121
			                                
122 116
			                                <input type="submit"   value="JOIN GROUP" />
123
			                                 
124 117
			                            </form>
125 118
			                        </td>
126
			                        {% endif %}
127 119
			                    {% endif %}
128 120
			                {% endif %}
129 121
			              </tr>

Also available in: Unified diff