Revision 49597874 snf-astakos-app/astakos/im/templates/im/astakosgroup_detail.html

b/snf-astakos-app/astakos/im/templates/im/astakosgroup_detail.html
46 46
			 </dl>
47 47
		</div>
48 48
		<div class="editable" style="display:none;">
49
		<form action="" method="post"
49
		<form action="{% url astakos.im.views.group_detail object.id %}" method="post"
50 50
	            class="withlabels">{% csrf_token %}
51 51
	            {% with update_form as form %}
52 52
                    {% include "im/form_render.html" %}
......
194 194
     
195 195
    {% if object.is_owner %}
196 196
    <div class="full-dotted">
197
        <form action="" method="post" class="withlabels">{% csrf_token %}
197
        <form action="{% url astakos.im.views.group_detail object.id %}" method="post" class="withlabels">{% csrf_token %}
198 198
            <h2>Enroll more members</h2>
199 199
                {% with addmembers_form as form %}
200 200
                    {% include "im/form_render.html" %}

Also available in: Unified diff