diff --git a/attract/application/templates/shots/procedural.html b/attract/application/templates/shots/procedural.html deleted file mode 100644 index 8c0ffdf8..00000000 --- a/attract/application/templates/shots/procedural.html +++ /dev/null @@ -1,28 +0,0 @@ -{% extends 'layout.html' %} - -{% block body %} -
-

Add shot

-
-
-
- {% for field in form %} - {% if field.name == 'csrf_token' %} - {{ field }} - {% else %} - {% if field.type == "HiddenField" %} - {{ field }} - {% else %} -
- {{ field.label }} - {{ field(class='form-control') }} -
- {% endif %} - {% endif %} - {% endfor %} - -
-
-
-
-{% endblock %}