Show that shot names can only be updated from Blender
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
form#shot_form(onsubmit="return shot_save('{{shot._id}}', '{{ url_for('attract.shots.perproject.save', project_url=project['url'], shot_id=shot._id) }}')")
|
form#shot_form(onsubmit="return shot_save('{{shot._id}}', '{{ url_for('attract.shots.perproject.save', project_url=project['url'], shot_id=shot._id) }}')")
|
||||||
input(type='hidden',name='_etag',value='{{ shot._etag }}')
|
input(type='hidden',name='_etag',value='{{ shot._etag }}')
|
||||||
.input-transparent-group
|
.input-transparent-group
|
||||||
h2 {{ shot.name | hide_none }}
|
h2(title="Shot names can only be updated from Blender.") {{ shot.name | hide_none }}
|
||||||
button.copy-to-clipboard.btn.item-id(
|
button.copy-to-clipboard.btn.item-id(
|
||||||
style="margin-left: auto",
|
style="margin-left: auto",
|
||||||
name="Copy to Clipboard",
|
name="Copy to Clipboard",
|
||||||
|
Reference in New Issue
Block a user