respond_to do |format|
      if @page.update_attributes(params[:page])
        format.html do
          redirect_to page_path(@page), :notice => "Page updated successfully."
        end