From 16b43fa5bc5abb5168fd9e2ecd58e39cfd61e490 Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Tue, 21 Jan 2025 16:03:50 -0500 Subject: [PATCH] Removed whitespace to trigger file change for PR --- app/templates/views/about/about.html | 1 - 1 file changed, 1 deletion(-) 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 %}