summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarry Polley <garrympolley@gmail.com>2019-08-19 05:27:10 -0500
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-08-19 12:28:27 +0200
commit4a24fe940e5f5d519ffff80fce541595919eb754 (patch)
treeec72d6eb811f7c58d55a3466160ba7a31d449a26
parent98464dde1259d865c7a211e68b64c642005ce386 (diff)
downloaddjango-4a24fe940e5f5d519ffff80fce541595919eb754.tar.gz
[2.2.x] Removed outdated examples of flatpages served sites.
Removing the lawrence journal flat page examples because one is no longer a web page (404) and the other is no longer served by Django: https://www.reddit.com/r/django/comments/8v0fpb/the_lawrence_journalworld_where_django_was/ Backport of 10528a81edaca4275e4762b82336e129b0cfe17d from master
-rw-r--r--docs/ref/contrib/flatpages.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt
index f9126cc9e2..61ff6dceb1 100644
--- a/docs/ref/contrib/flatpages.txt
+++ b/docs/ref/contrib/flatpages.txt
@@ -20,11 +20,6 @@ template. It can be associated with one, or multiple, sites.
The content field may optionally be left blank if you prefer to put your
content in a custom template.
-Here are some examples of flatpages on Django-powered sites:
-
-* http://www.lawrence.com/about/contact/
-* http://www2.ljworld.com/site/rules/
-
Installation
============