diff --git a/conservancy/templates/ccs_upload/upload.html b/conservancy/templates/ccs_upload/upload.html deleted file mode 100644 index 0d5a21c661ff290929bf1dc0c1b13745b5d91b33..0000000000000000000000000000000000000000 --- a/conservancy/templates/ccs_upload/upload.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends "base_conservancy.html" %} -{% block category %}Copyright Assignment{% endblock %} -{% load static %} - -{% block outercontent %} - -
-

CCS Candidate Upload

- -
-

Please note that a progress bar is not shown and that large uploads may take a significant time.

- - {% if messages %} - - {% endif %} - -
- {% csrf_token %} - {{ form.as_p }} - -

-
-
-
-{% endblock %}