show u and do in routes view

This commit is contained in:
Sanj 2012-02-23 16:57:37 +05:30
parent a76d036f6f
commit 4b0a9c2645

View File

@ -23,7 +23,7 @@ a:hover {
<ul id="stopList">
{% for r in routeDetails %}
<li>
<a href="{{ r.stop.get_absolute_url }}" class="{% if r.stop.point %} has_point {% else %} no_point {% endif %}">{{ r.stop.name }}</a>
<a href="{{ r.stop.get_absolute_url }}" class="{% if r.stop.point %} has_point {% else %} no_point {% endif %}">{{ r.stop.name }}</a> - {{ r.stop.dbdirection }}
</li>
{% endfor %}