diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js b/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js index 1a6da0550..d2b083693 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js @@ -370,7 +370,7 @@ var ResRegEditView = Backbone.View.extend({ placeholder: $.t('client.client-form.contacts-placeholder'), helpBlockText: $.t('client.client-form.contacts-help'), collection: this.contactsCollection}); - $("#contacts .controls div", this.el).html(contactView.render().el); + $("#contacts .controls", this.el).html(contactView.render().el); this.listWidgetViews.push(contactView); diff --git a/openid-connect-server-webapp/src/main/webapp/resources/template/rsreg.html b/openid-connect-server-webapp/src/main/webapp/resources/template/rsreg.html index 1072cbaba..a4171e472 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/template/rsreg.html +++ b/openid-connect-server-webapp/src/main/webapp/resources/template/rsreg.html @@ -199,8 +199,6 @@
List of contacts for adminstrators of this client.
-