Show that shot names can only be updated from Blender

This commit is contained in:
2016-10-04 15:15:50 +02:00
parent e76d016d2c
commit de72e6c471

View File

@@ -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) }}')")
input(type='hidden',name='_etag',value='{{ shot._etag }}')
.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(
style="margin-left: auto",
name="Copy to Clipboard",