Removed unused file

This commit is contained in:
2016-09-23 11:51:10 +02:00
parent ce25e75f07
commit a42a2fe371

View File

@@ -1,9 +0,0 @@
| {% extends 'attract/layout.html' %}
| {% block page_title %}Shot {{ shot.name }}{% endblock %}
| {% block body %}
#col_main
h1 Shot 
span(class="shot-name-{{ shot._id }}") {{ shot.name }}
#col_right
| {% include "attract/shots/shot_embed.html" %}
| {% endblock %}