From 39b6592e92a3c97d1be6c2256eb28db2f48ca58c Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2020 14:45:30 -0700 Subject: [PATCH] app: Fix name of the block in templates, used for overriding During the Info component changes, this change was accidentally made. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/templates/app-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/templates/app-header.html b/plinth/templates/app-header.html index 5470a0639..d071abe72 100644 --- a/plinth/templates/app-header.html +++ b/plinth/templates/app-header.html @@ -39,7 +39,7 @@ - {% block app_info.description %} + {% block description %} {% for paragraph in app_info.description %}

{{ paragraph|safe }}

{% endfor %}