From 224a350e9b1a9fb7f285fbfae821861f5e62effc Mon Sep 17 00:00:00 2001 From: Kriti Godey Date: Fri, 23 Apr 2010 13:18:49 -0400 Subject: [PATCH] minor changes to template --- templates/monthsandwiches.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/monthsandwiches.html b/templates/monthsandwiches.html index a956670..ba1bbd3 100644 --- a/templates/monthsandwiches.html +++ b/templates/monthsandwiches.html @@ -1,9 +1,9 @@ {% extends "base.html" %} -{% block title %}Your Sandwiches{% endblock %} +{% block title %}{{ xdate|date:"F Y" }} Sandwiches{% endblock %} {% block content %} -

{{ xdate|date:"F Y" }}

+

{{ xdate|date:"F Y" }} Sandwiches

{% for s in allsandwiches %}

{{ s.adjective }}

Made on {{ s.date_made|date:"F j Y" }} and added by -- 2.20.1