diff --git a/app/templates/views/about/about.html b/app/templates/views/about/about.html index 56d8f5418..bc8fec04d 100644 --- a/app/templates/views/about/about.html +++ b/app/templates/views/about/about.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% set page_title = "About Notify" %} - {% block per_page_title %} {{page_title}} {% endblock %}