From 2eb54631231f1901cb6c395ae9ac676dc6d3cd4f Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 16 Aug 2014 21:53:08 +0100 Subject: [PATCH] Added the template for the load page. D'oh! --- resources/templates/load.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 resources/templates/load.html diff --git a/resources/templates/load.html b/resources/templates/load.html new file mode 100644 index 0000000..c1d9372 --- /dev/null +++ b/resources/templates/load.html @@ -0,0 +1,16 @@ +{% extends "templates/base.html" %} +{% block content %} + +

This form allows you to upload a file. It should be a file saved by MicroWorld, or is probably won't work.

+
+

+ + +

+

+ + +

+
+ +{% endblock %}