From: Kriti Godey Date: Fri, 23 Apr 2010 17:18:49 +0000 (-0400) Subject: minor changes to template X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/commitdiff_plain/224a350e9b1a9fb7f285fbfae821861f5e62effc minor changes to template --- 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