From ccccc399d0c6e036575f06c7797a7a01ea75a752 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Thu, 24 Jan 2013 17:27:49 -0500 Subject: [PATCH] adding terms template and urlroute, updated footer to use url pattern, fixes #57 --- karmaworld/templates/footer.html | 4 +- karmaworld/templates/terms.html | 184 +++++++++++++++++++++++++++++++ karmaworld/urls.py | 1 + 3 files changed, 188 insertions(+), 1 deletion(-) create mode 100644 karmaworld/templates/terms.html diff --git a/karmaworld/templates/footer.html b/karmaworld/templates/footer.html index 7349c47..3948595 100644 --- a/karmaworld/templates/footer.html +++ b/karmaworld/templates/footer.html @@ -1,7 +1,9 @@ +{% load url from future %} +