mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-09-05 00:36:38 +02:00
Fix bookmarklet (#46)
This commit is contained in:
@@ -155,13 +155,6 @@ def unarchive(request, bookmark_id: int):
|
||||
return HttpResponseRedirect(return_url)
|
||||
|
||||
|
||||
@login_required
|
||||
def bookmarklet(request):
|
||||
return render(request, 'bookmarks/bookmarklet.html', {
|
||||
'application_url': request.build_absolute_uri("/bookmarks/new")
|
||||
})
|
||||
|
||||
|
||||
@login_required
|
||||
def close(request):
|
||||
return render(request, 'bookmarks/close.html')
|
||||
|
Reference in New Issue
Block a user