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