Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / projects / addmembers_form.html @ 6d583e07

History | View | Annotate | Download (383 Bytes)

1
<form action="{% url project_detail object.chain_id %}#members-table"
2
    method="post" class="withlabels upperlabels" id="members-table" >
3
    {% csrf_token %}
4
    {% with addmembers_form as form %}
5
    {% include "im/form_render.html" %}
6
    {% endwith %}
7
    <div class="form-row submit">
8
      <input type="submit" class="submit altcol" value="ADD MEMBERS" />
9
    </div>
10
</form>