From b3ccb75d2df387038376e4927272d8f2f99bd143 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 4 Mar 2020 14:17:57 -0800 Subject: [PATCH] app: Fix showing app name in port forwarding information Fixes: #1784. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/templates/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/templates/app.html b/plinth/templates/app.html index 30e2b6855..4eac53460 100644 --- a/plinth/templates/app.html +++ b/plinth/templates/app.html @@ -38,7 +38,7 @@ {% endblock %} {% block port_forwarding_info %} - {% include "port-forwarding-info.html" with service_name=name %} + {% include "port-forwarding-info.html" with service_name=app_info.name %} {% endblock %} {% block configuration %}