GroupsModule.prototype.blockGroup = function () {
  const button = $(this)
  const name = $(this).parent().attr('data-name')
  const url = `/g/${name}/block`