From 90d37364316a3272efaa0bfa62ad23ee18c2f3d7 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 18 Feb 2020 12:26:41 -0800 Subject: [PATCH] app: cosmetic: Rename header.html to app-header.html Reviewed-by: James Valleroy --- plinth/modules/sharing/templates/sharing.html | 2 +- plinth/templates/{header.html => app-header.html} | 0 plinth/templates/app.html | 2 +- plinth/templates/setup.html | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename plinth/templates/{header.html => app-header.html} (100%) diff --git a/plinth/modules/sharing/templates/sharing.html b/plinth/modules/sharing/templates/sharing.html index a76a4f210..c8f6afb10 100644 --- a/plinth/modules/sharing/templates/sharing.html +++ b/plinth/modules/sharing/templates/sharing.html @@ -18,7 +18,7 @@ {% block content %} - {% include "header.html" with icon_filename=icon_filename name=title description=description %} + {% include "app-header.html" with icon_filename=icon_filename name=title description=description %}