diff --git a/www/conservancy/templates/ccs_upload/upload.html b/www/conservancy/templates/ccs_upload/upload.html new file mode 100644 index 0000000000000000000000000000000000000000..57c9bf1d790c264f38ae49285f5b64a21b3b529d --- /dev/null +++ b/www/conservancy/templates/ccs_upload/upload.html @@ -0,0 +1,34 @@ +{% 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 %}