From 808fb552369a814e41d8241c36168e56681ea69b Mon Sep 17 00:00:00 2001 From: Kriti Godey Date: Fri, 23 Apr 2010 13:16:36 -0400 Subject: [PATCH] Modified templates a little for sandwich by user and sandwich by month (to have more specific titles.) Fixed other minor things. --- templates/base.html | 1 + templates/editsandwich.html | 14 +++++++++++- templates/monthsandwiches.html | 41 ++++++++++++++++++++++++++++++++++ templates/usersandwiches.html | 41 ++++++++++++++++++++++++++++++++++ urls.py | 3 ++- views.py | 23 +++++++++++++++---- 6 files changed, 117 insertions(+), 6 deletions(-) create mode 100644 templates/monthsandwiches.html create mode 100644 templates/usersandwiches.html diff --git a/templates/base.html b/templates/base.html index 280e209..7de1bc3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,7 @@