respond_to do |format|
          if @event.update_attributes(event_params)
            flash[:notice] = 'Event was successfully updated.'
            format.html { redirect_to(@return_to ? @return_to : [:manage, @event]) }
            format.xml  { head :ok }