def update
    @page = Page.find params[:id]

    if @page.update_attributes(params[:page])
      flash[:success] = flash_translate(:success)