removed sidebar.html - not in use
authorKriti Godey <kriti.godey@gmail.com>
Thu, 4 Mar 2010 20:48:37 +0000 (15:48 -0500)
committerKriti Godey <kriti.godey@gmail.com>
Thu, 4 Mar 2010 20:48:37 +0000 (15:48 -0500)
templates/sidebar.html [deleted file]

diff --git a/templates/sidebar.html b/templates/sidebar.html
deleted file mode 100644 (file)
index 3873e4f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "base.html" %}
-
-<ul class="newest">
-       {% for s in sandwiches %}
-               <li>{{ s.adjective }}</li>
-       {% endfor %}
-</ul>
\ No newline at end of file