Disable shot creation within Attract for now, only done via VSE
This commit is contained in:
@@ -7,7 +7,9 @@
|
|||||||
a(href="") Shots ({{ shots | count }})
|
a(href="") Shots ({{ shots | count }})
|
||||||
a.task-project(href="{{url_for('projects.view', project_url=project.url)}}") {{ project.name }}
|
a.task-project(href="{{url_for('projects.view', project_url=project.url)}}") {{ project.name }}
|
||||||
|
|
||||||
|
| {# Not allowed for the moment. Shots are added via the Sequencer
|
||||||
a#task-add(href="javascript:shot_create('{{ project.url }}');") + Create Shot
|
a#task-add(href="javascript:shot_create('{{ project.url }}');") + Create Shot
|
||||||
|
| #}
|
||||||
|
|
||||||
.table#shot-list
|
.table#shot-list
|
||||||
.table-head
|
.table-head
|
||||||
|
Reference in New Issue
Block a user