From 8901060ed852e59e7f440c2f10beab1417c8cfdd Mon Sep 17 00:00:00 2001 From: Emileigh Barnes Date: Fri, 15 Jul 2016 14:54:22 -0700 Subject: [PATCH 1/3] Updates page title styling --- fec/fec/templates/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fec/fec/templates/404.html b/fec/fec/templates/404.html index 2134b42c4a..d5e713edc3 100644 --- a/fec/fec/templates/404.html +++ b/fec/fec/templates/404.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}404 Error | beta.FEC.gov{% endblock %} +{% block title %}404 error | FEC {% endblock %} {% block content %}
From 9d75730d65672ecbc204c34a1a53f715dc775e4c Mon Sep 17 00:00:00 2001 From: Emileigh Barnes Date: Fri, 15 Jul 2016 14:54:52 -0700 Subject: [PATCH 2/3] Updates page title styling --- fec/fec/templates/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fec/fec/templates/500.html b/fec/fec/templates/500.html index 8cb2224b5e..8acb38ef31 100644 --- a/fec/fec/templates/500.html +++ b/fec/fec/templates/500.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Server Error | beta.FEC.gov{% endblock %} +{% block title %}Server error | FEC {% endblock %} {% block content %}
From c218a4a9415989404d6af5ba371850a36cabd1ad Mon Sep 17 00:00:00 2001 From: Emileigh Barnes Date: Fri, 15 Jul 2016 14:55:39 -0700 Subject: [PATCH 3/3] Updates page title styling --- fec/fec/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fec/fec/templates/base.html b/fec/fec/templates/base.html index db521ca8be..f9638c896a 100644 --- a/fec/fec/templates/base.html +++ b/fec/fec/templates/base.html @@ -8,7 +8,7 @@ {% include './partials/meta-tags.html' %} - {% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }} | beta.FEC.gov {% endif %}{% endblock %}{% block title_suffix %}{% endblock %} + {% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }} | FEC {% endif %}{% endblock %}{% block title_suffix %}{% endblock %} {# Global stylesheets #} {% if settings.FEC_WEB_STYLE_URL %}