Preserve get params on invite send

This commit is contained in:
Mouse Reeve
2021-04-01 13:55:10 -07:00
parent b5e98e0bdf
commit 8039917b89
2 changed files with 10 additions and 5 deletions

View File

@ -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 %}