From e143cf83baf0c50da27251cee4f5e3a8929586a6 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Wed, 7 Nov 2012 00:23:53 +0100 Subject: Code cleanup. Login is now functional. There is a script createdb.py to create the db from the schema.sql file --- templates/toto.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/toto.html (limited to 'templates') diff --git a/templates/toto.html b/templates/toto.html new file mode 100644 index 0000000..cfe9772 --- /dev/null +++ b/templates/toto.html @@ -0,0 +1,5 @@ +{% extends "layout.html" %} +{% block content %} + salut +{% endblock %} + -- cgit v1.3