er, silly - stops link

This commit is contained in:
Sanj 2012-05-23 17:07:17 +05:30
parent afb7f63f51
commit 05df67105a

View File

@ -7,7 +7,7 @@
<ul id="stopList"> <ul id="stopList">
{% for s in stop.nearby_stops %} {% for s in stop.nearby_stops %}
<li> <li>
<a href="{{ stop.get_absolute_url }}">{{ s.display_name }}</a> <a href="{{ s.get_absolute_url }}">{{ s.display_name }}</a>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>