diff --git a/pinaxcon/templates/pinax/pages/file_create.html b/pinaxcon/templates/pinax/pages/file_create.html deleted file mode 100644 index 7b117d8634b0d0eb5318ac58ac30643ef02dc7a5..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/pinax/pages/file_create.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "site_base.html" %} - -{% load bootstrap %} - -{% block head_title %}Upload File{% endblock %} - -{% block body_outer %} -

Upload File

-
- {% csrf_token %} - {{ form|bootstrap }} -
- -
-
-{% endblock %}