$(document).ready(function () {
  $('#form-schuzka button').click(function (e) {
    e.preventDefault();
    $('#dialog').modal();
  });
});
