From 40c6f4fab3d91f613e74b4891e5eb846da875127 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 8 Jun 2012 13:48:45 +0530 Subject: [PATCH] silly template error in fuzzy template --- chaloBEST/templates/fuzzystops.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaloBEST/templates/fuzzystops.html b/chaloBEST/templates/fuzzystops.html index 0388497..8b4171f 100644 --- a/chaloBEST/templates/fuzzystops.html +++ b/chaloBEST/templates/fuzzystops.html @@ -9,6 +9,6 @@ {% for t in fuzzy_tos %} - {{ t.route.alias}} - {{ t.from_stop.name }} - {{ t.from_stop_txt }}
+ {{ t.route.alias}} - {{ t.to_stop.name }} - {{ t.to_stop_txt }}
{% endfor %}