Move editor's notes to before video metadata (per previous Thrimbletrimmer)

pull/237/head
ElementalAlchemist 3 years ago committed by Mike Lang
parent efce23a8f8
commit 35f58f1e4d

@ -106,6 +106,10 @@
/>
<div id="video-info">
<div id="video-info-editor-notes-container" class="hidden">
<div id="video-info-editor-notes-header">Editor Notes:</div>
<div id="video-info-editor-notes"></div>
</div>
<div>
<label for="video-info-title">Title:</label>
<div id="video-info-title-full">
@ -121,10 +125,6 @@
<label for="video-info-tags">Tags (comma-separated):</label>
<input type="text" id="video-info-tags" />
</div>
<div id="video-info-editor-notes-container" class="hidden">
<div id="video-info-editor-notes-header">Editor Notes:</div>
<div id="video-info-editor-notes"></div>
</div>
</div>
<div id="submission">

Loading…
Cancel
Save