minor changes to template
authorKriti Godey <kriti.godey@gmail.com>
Fri, 23 Apr 2010 17:18:49 +0000 (13:18 -0400)
committerKriti Godey <kriti.godey@gmail.com>
Fri, 23 Apr 2010 17:18:49 +0000 (13:18 -0400)
templates/monthsandwiches.html

index a956670..ba1bbd3 100644 (file)
@@ -1,9 +1,9 @@
 {% extends "base.html" %}
 
-{% block title %}Your Sandwiches{% endblock %}
+{% block title %}{{ xdate|date:"F Y" }} Sandwiches{% endblock %}
 
 {% block content %}
-       <h1 class="pagetitle">{{ xdate|date:"F Y" }}<h1>
+       <h1 class="pagetitle">{{ xdate|date:"F Y" }} Sandwiches<h1>
                {% for s in allsandwiches %}
                        <h3 class="sandwichtitle">{{ s.adjective }}</h3>
                        <p class="metadata">Made on {{ s.date_made|date:"F j Y" }} and added by