Added shot ID (so it can be copied & pasted to Blender)
This commit is contained in:
@@ -96,3 +96,6 @@
|
||||
&:hover
|
||||
a
|
||||
opacity: 1
|
||||
|
||||
.attract-form span.shot_id
|
||||
float: right
|
||||
|
@@ -1,4 +1,5 @@
|
||||
.attract-form
|
||||
span.shot_id(title="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-transparent-group
|
||||
|
Reference in New Issue
Block a user