diff --git a/symposion/templates/cms/file_create.html b/symposion/templates/cms/file_create.html deleted file mode 100644 index 07f449c915c1e27fe71071a82ca03ea8d5dcacd7..0000000000000000000000000000000000000000 --- a/symposion/templates/cms/file_create.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "site_base.html" %} - -{% load bootstrap_tags %} - -{% block head_title %}Upload File{% endblock %} - -{% block body_outer %} -
-
-

Upload File

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