def update
    respond_to do |format|
      if @otu_page_layout.update(otu_page_layout_params)
        format.html { redirect_to @otu_page_layout, notice: 'Otu page layout was successfully updated.' }
        format.json { render :show, status: :ok, location: @otu_page_layout }