Removed the link and shot count from the 'Shots' header

This commit is contained in:
2016-10-05 10:28:44 +02:00
parent a4668c45d8
commit 917ccd7f3f

View File

@@ -4,7 +4,7 @@
| {% block body %}
#col_main
.col_header.task-list-header
a(href="") Shots ({{ shots | count }})
| Shots
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