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 %}