Preserve get params on invite send
This commit is contained in:
parent
b5e98e0bdf
commit
8039917b89
2 changed files with 10 additions and 5 deletions
|
@ -57,7 +57,7 @@
|
|||
{% endif %}
|
||||
</td>
|
||||
<td class="field is-grouped">
|
||||
<form name="send-invite" method="post" action="{% url 'settings-invite-requests' %}">
|
||||
<form name="send-invite" method="post">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="invite-request" value="{{ req.id }}">
|
||||
{% if not req.invite %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue