From 332b2eb87c263f64358dd3fcf93c297f99bbb75c Mon Sep 17 00:00:00 2001
From: Benjamin Bengfort
Date: Tue, 19 Jul 2016 00:45:42 -0400
Subject: [PATCH] changed wording from political to partisan
---
README.md | 2 +-
partisan/templates/base.html | 6 +++---
partisan/templates/components/footer.html | 2 +-
partisan/templates/components/navbar.html | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 8f96ab7..05e959d 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ The versioning uses a three part version system, "a.b.c" - "a" represents a majo
* **deployment**: Monday, July 18, 2016
* **commit**: [see tag](#)
-This is the first beta release of the Political Discourse application. Right now this simple web application allows users to sign in, then add links to go fetch web content to the global corpus. These links are then preprocessed using NLP foo. Users can tag the documents as Republican or Democrat, allowing us to build a political classifier.
+This is the first beta release of the Partisan Discourse application. Right now this simple web application allows users to sign in, then add links to go fetch web content to the global corpus. These links are then preprocessed using NLP foo. Users can tag the documents as Republican or Democrat, allowing us to build a political classifier.
[travis_img]: https://travis-ci.org/DistrictDataLabs/partisan-discourse.svg
diff --git a/partisan/templates/base.html b/partisan/templates/base.html
index fbeaf5a..cccffac 100644
--- a/partisan/templates/base.html
+++ b/partisan/templates/base.html
@@ -6,12 +6,12 @@
- {% block title %}Political Discourse{% endblock %}
+ {% block title %}Partisan Discourse{% endblock %}
{% block meta %}
-
-
+
+
{% endblock %}
{% block link %}
diff --git a/partisan/templates/components/footer.html b/partisan/templates/components/footer.html
index d754f68..beaf936 100644
--- a/partisan/templates/components/footer.html
+++ b/partisan/templates/components/footer.html
@@ -18,7 +18,7 @@
- Political Discourse v
+ Partisan Discourse v
·
status:
diff --git a/partisan/templates/components/navbar.html b/partisan/templates/components/navbar.html
index f653461..a9dd727 100644
--- a/partisan/templates/components/navbar.html
+++ b/partisan/templates/components/navbar.html
@@ -11,7 +11,7 @@
- Political Discourse beta
+ Partisan Discourse beta