🐛 Fix shares not being locally created and deleted
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<div id="share-{{$share.UUID}}" class="share">
|
||||
UUID: {{ $share.UUID }} {{ if $share.IsAdmin }}
|
||||
<form style="display: inline-block;" action="delete-share" method="post">
|
||||
<input type="hidden" name="source" value="my-shares"/>
|
||||
<input type="hidden" name="share" value="{{ $share.UUID }}"/>
|
||||
<input type="submit" value="Delete" class="delete"/>
|
||||
</form>{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user