From 10528a81edaca4275e4762b82336e129b0cfe17d Mon Sep 17 00:00:00 2001 From: Garry Polley Date: Mon, 19 Aug 2019 05:27:10 -0500 Subject: [PATCH] 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/ --- docs/ref/contrib/flatpages.txt | 5 ----- 1 file changed, 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 ============