er, silly - stops link
This commit is contained in:
parent
afb7f63f51
commit
05df67105a
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user