From d114b5631a95f5e737095521dd771c6bc53ad101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 13 Feb 2018 10:21:43 +0100 Subject: [PATCH] User admin: removed cancel button It didn't do anything useful, but did break the GUI. --- src/templates/users/edit_embed_base.pug | 1 - 1 file changed, 1 deletion(-) diff --git a/src/templates/users/edit_embed_base.pug b/src/templates/users/edit_embed_base.pug index 7ce36b08..52743002 100644 --- a/src/templates/users/edit_embed_base.pug +++ b/src/templates/users/edit_embed_base.pug @@ -73,7 +73,6 @@ | {% endif %} a.btn.btn-default(href="javascript:update_from_bid()") Update from Blender ID - a.btn.btn-default(href="javascript:$('#user-edit-container').html('')") Cancel input#submit_edit_user.btn.btn-default( data-user-id="{{user.user_id}}",