silly template error in fuzzy template

This commit is contained in:
Sanj 2012-06-08 13:48:45 +05:30
parent f6f2b3c495
commit 40c6f4fab3

View File

@ -9,6 +9,6 @@
{% for t in fuzzy_tos %}
<a href="/admin/mumbai/uniqueroute/{{ t.id }}">{{ t.route.alias}}</a> - {{ t.from_stop.name }} - {{ t.from_stop_txt }} <br />
<a href="/admin/mumbai/uniqueroute/{{ t.id }}">{{ t.route.alias}}</a> - {{ t.to_stop.name }} - {{ t.to_stop_txt }} <br />
{% endfor %}