From e152d2f2d1e257b1ec51adb3640e350207fda77d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 11 Jul 2007 05:35:39 -0400 Subject: skeletal start, basic recovery of lost progress --- templates/go.html | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 templates/go.html (limited to 'templates/go.html') diff --git a/templates/go.html b/templates/go.html new file mode 100644 index 0000000..cb1e855 --- /dev/null +++ b/templates/go.html @@ -0,0 +1,90 @@ +{% extends "base.html" %} + +{% block javascript %} + + +{% endblock %} + +{% block title %}YAY!{% endblock %} +{% block content %} +Variables: +
+(none yet!) +
+
+Matching Equations: +
+(none yet, choose some variables!) +
+ +Status: +
+(nothing...)
+
+ +{% endblock %} -- cgit v1.2.3