Drop copy for now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2021-06-12 17:39:29 +02:00
parent c5c856e6e9
commit 480cd4a4fe
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A

View File

@ -17,7 +17,7 @@
<tr>
<td> <a class="invite" href="{{ url_for('home') }}{{ invite.link }}">{{ url_for('home') }}{{ invite.link }}</a> </td>
<td> {{ invite.human_time }} </td>
<td> <a href="#">copy</a> <a href="{{ url_for('invite_keycloak_delete') }}?invite={{ invite.link }}">delete</a> </td>
<td> <a href="{{ url_for('invite_keycloak_delete') }}?invite={{ invite.link }}">delete</a> </td>
</tr>
{% endfor %}
</table>