From 3cd54f9577831cd75a05ce890aa3f52b4b4885ce Mon Sep 17 00:00:00 2001 From: Kriti Godey Date: Thu, 11 Mar 2010 14:32:42 -0500 Subject: [PATCH] Added date picker to "date made" on "add sandwich" template. --- templates/sandwich.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/sandwich.html b/templates/sandwich.html index e2acdbc..1b2b2fc 100644 --- a/templates/sandwich.html +++ b/templates/sandwich.html @@ -2,7 +2,11 @@ {% block extrahead %} + + + + + {% endblock %} {% block title %}Add a sandwich{% endblock %} {% block content %} -- 2.20.1