diff --git a/plinth/modules/pagekite/templates/pagekite_introduction.html b/plinth/modules/pagekite/templates/pagekite_base.html similarity index 100% rename from plinth/modules/pagekite/templates/pagekite_introduction.html rename to plinth/modules/pagekite/templates/pagekite_base.html diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html index aae792134..9cc06835c 100644 --- a/plinth/modules/pagekite/templates/pagekite_configure.html +++ b/plinth/modules/pagekite/templates/pagekite_configure.html @@ -1,4 +1,4 @@ -{% extends "pagekite_introduction.html" %} +{% extends "pagekite_base.html" %} {% comment %} # # This file is part of FreedomBox. diff --git a/plinth/modules/pagekite/templates/pagekite_custom_services.html b/plinth/modules/pagekite/templates/pagekite_custom_services.html index c7d09c516..84693c846 100644 --- a/plinth/modules/pagekite/templates/pagekite_custom_services.html +++ b/plinth/modules/pagekite/templates/pagekite_custom_services.html @@ -1,4 +1,4 @@ -{% extends "pagekite_introduction.html" %} +{% extends "pagekite_base.html" %} {% comment %} # # This file is part of FreedomBox. diff --git a/plinth/modules/pagekite/templates/pagekite_standard_services.html b/plinth/modules/pagekite/templates/pagekite_standard_services.html index fb1404609..aa754c9fa 100644 --- a/plinth/modules/pagekite/templates/pagekite_standard_services.html +++ b/plinth/modules/pagekite/templates/pagekite_standard_services.html @@ -1,4 +1,4 @@ -{% extends "pagekite_introduction.html" %} +{% extends "pagekite_base.html" %} {% comment %} # # This file is part of FreedomBox.