From d501c6b4db4d717886b748acb393f8f03fd8dc68 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 26 Mar 2018 15:53:34 +0200 Subject: [PATCH] De-jQuery'd a forgetten piece of Javascript --- templates/edit.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/templates/edit.html b/templates/edit.html index 672becc..999db6f 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -57,15 +57,13 @@ {% if bookmark.get_redirect_uri() %}
- turned_in{{ bookmark.get_redirect_uri() }} + turned_in{{ bookmark.get_redirect_uri() }}
{% endif %}