diff options
| author | Garry Polley <garrympolley@gmail.com> | 2019-08-19 05:27:10 -0500 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-08-19 12:27:10 +0200 |
| commit | 10528a81edaca4275e4762b82336e129b0cfe17d (patch) | |
| tree | 2706762a38a79e98df12025304c78132e0bfcaf2 /docs | |
| parent | 49aeabbf27637dbdb7a96d43b164a20c8c8ea70b (diff) | |
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/
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/flatpages.txt | 5 |
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 ============ |
