Added shot ID (so it can be copied & pasted to Blender)

This commit is contained in:
2016-09-23 14:06:11 +02:00
parent 3925c044d5
commit 146d10ffbd
2 changed files with 4 additions and 0 deletions

View File

@@ -96,3 +96,6 @@
&:hover
a
opacity: 1
.attract-form span.shot_id
float: right

View File

@@ -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