success: function(data, status, response) {
        $('.notice-content').removeClass('error').html(response.responseText);
        $('.notice').fadeIn()
      },