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

Upload File

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