Add hood link to router page

This commit is contained in:
Dominik Heidler 2017-03-22 23:27:42 +01:00
parent 9753dca9e3
commit 5ad3111745
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
<tr><th>Position</th><td>{{ router.position_comment }}</td></tr>
{%- endif %}
{%- if router.hood %}
<tr><th>Hood</th><td>{{ router.hood }}
<tr><th>Hood</th><td><a href="{{ url_for('router_list', q='hood:%s' % router.hood) }}">{{ router.hood }}</a>
{%- if router.community %}
({{ router.community }})
{%- endif -%}