mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
* Fix #1247 -- Allow team invites to be resent * Test resending invalid invites * Fix tooltip * Fix test * Handle invalid types for pk parameter * Style button
This commit is contained in:
@@ -51,6 +51,11 @@
|
||||
{{ i.email }}
|
||||
<span class="fa fa-envelope-o" data-toggle="tooltip"
|
||||
title="{% trans "invited, pending response" %}"></span>
|
||||
<button type="submit" name="resend-invite" value="{{ i.id }}"
|
||||
data-toggle="tooltip" title="{% trans "resend invite" %}"
|
||||
class="btn-invisible">
|
||||
<span class="fa fa-repeat"></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<button type="submit" name="remove-invite" value="{{ i.id }}"
|
||||
|
||||
Reference in New Issue
Block a user