From 899061b6ce735bfea9f9461942f8b52c4a44626e Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 12 Dec 2017 12:43:22 +0100 Subject: [PATCH] router.html: Use url_for also for domain name Signed-off-by: Adrian Schmutzler --- ffmap/web/templates/router.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmap/web/templates/router.html b/ffmap/web/templates/router.html index f2c88b5..61dadef 100644 --- a/ffmap/web/templates/router.html +++ b/ffmap/web/templates/router.html @@ -41,7 +41,7 @@

Router: {{ router.hostname }}

{%- if mac %} -

Perma-Link: https://monitoring.freifunk-franken.de{{ url_for('router_mac',mac=mac) }}

+

Perma-Link: {{ url_for('router_mac', mac=mac, _external=True) }}

{%- endif %}