error: function(data) {
        $('.notice-content').addClass('error').html(data.responseText);
        $('.notice').fadeIn()
      }