Added /attract/<project_url>/shots/with-task/<task-id> endpoint

This commit is contained in:
2016-09-22 11:32:04 +02:00
parent 1e72d0425e
commit c45613b5fa
2 changed files with 9 additions and 1 deletions

View File

@@ -43,3 +43,9 @@
#task-details
| {% endblock %}
| {% block footer_scripts %}
| {% if open_task_id %}
script.
$(function() { task_open('{{ open_task_id }}', '{{ project.url }}'); });
| {% endif %}
| {% endblock footer_scripts %}