$('#edit_doc_button').click(function() {
        $("#edit_doc_form").show();
        $("#edit_doc_button").hide();
    });