Skip to content

Commit

Permalink
fixing titles
Browse files Browse the repository at this point in the history
  • Loading branch information
byronbenharris committed Sep 19, 2021
1 parent 047ba01 commit 5c38adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flaskr/templates/download.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "bootstrap/base.html" %}
{% block title %}TBD{% endblock %}
{% block title %}EZ PowerPoint{% endblock %}

{% block styles %}
{{super()}}
Expand Down
2 changes: 1 addition & 1 deletion flaskr/templates/upload.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "bootstrap/base.html" %}
{% block title %}EZPowerPoint{% endblock %}
{% block title %}EZ PowerPoint{% endblock %}

{% block styles %}
{{super()}}
Expand Down

0 comments on commit 5c38adc

Please sign in to comment.