From 5c38adcd3025d8de04bbf2e5d3679b595f62ab08 Mon Sep 17 00:00:00 2001 From: byron-harris Date: Sun, 19 Sep 2021 08:34:55 -0500 Subject: [PATCH] fixing titles --- flaskr/templates/download.html | 2 +- flaskr/templates/upload.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flaskr/templates/download.html b/flaskr/templates/download.html index 68cdec5..e4819bc 100644 --- a/flaskr/templates/download.html +++ b/flaskr/templates/download.html @@ -1,5 +1,5 @@ {% extends "bootstrap/base.html" %} -{% block title %}TBD{% endblock %} +{% block title %}EZ PowerPoint{% endblock %} {% block styles %} {{super()}} diff --git a/flaskr/templates/upload.html b/flaskr/templates/upload.html index fd40181..b34ec4f 100644 --- a/flaskr/templates/upload.html +++ b/flaskr/templates/upload.html @@ -1,5 +1,5 @@ {% extends "bootstrap/base.html" %} -{% block title %}EZPowerPoint{% endblock %} +{% block title %}EZ PowerPoint{% endblock %} {% block styles %} {{super()}}