diff --git a/src/templates/attract/shots/view_shot.jade b/src/templates/attract/shots/view_shot.jade deleted file mode 100644 index 9a0235f..0000000 --- a/src/templates/attract/shots/view_shot.jade +++ /dev/null @@ -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 %}