pagekite: Rename base template file

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2019-03-08 14:17:45 -08:00
parent ec7ae92d89
commit 8a246bf15c
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
4 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{% extends "pagekite_introduction.html" %}
{% extends "pagekite_base.html" %}
{% comment %}
#
# This file is part of FreedomBox.

View File

@ -1,4 +1,4 @@
{% extends "pagekite_introduction.html" %}
{% extends "pagekite_base.html" %}
{% comment %}
#
# This file is part of FreedomBox.

View File

@ -1,4 +1,4 @@
{% extends "pagekite_introduction.html" %}
{% extends "pagekite_base.html" %}
{% comment %}
#
# This file is part of FreedomBox.