links to R / UNR
This commit is contained in:
parent
6be81cd5eb
commit
4cd706c928
|
@ -106,6 +106,7 @@ function saveUNR(elem, markChecked) {
|
|||
<th>To Txt</th>
|
||||
<th>To Stop</th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -141,6 +142,11 @@ function saveUNR(elem, markChecked) {
|
|||
<button class="markChecked">Checked</button>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="/admin/mumbai/route/{{ u.unr.route.id}}">R</a>
|
||||
<a href="/admin/mumbai/uniqueroute/{{ u.unr.id }}">UNR</a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue
Block a user