cleaned up resource reg view

pull/779/head
Justin Richer 2015-02-16 21:06:35 -05:00
parent cdd49d9d54
commit d91da77a31
2 changed files with 1 additions and 3 deletions

View File

@ -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);

View File

@ -199,8 +199,6 @@
<div class="control-group" id="contacts">
<label class="control-label" data-i18n="client.client-form.contacts">Contacts</label>
<div class="controls">
<p class="help-block" data-i18n="client.client-form.contacts-help">List of contacts for adminstrators of this client.</p>
<div></div>
</div>
</div>