summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2025-04-08 17:53:05 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2025-04-08 22:02:58 -0300
commit4d89d8c1805279ada51a8934b2da121c120e0442 (patch)
treea1cacb4dca2c20af21f299d575c6c0ba26b14eb9 /docs/ref
parent5d2a0c51d459379447563af3789a6d941ca4947c (diff)
[5.2.x] Added missing closing parenthesis in docs/ref/contrib/flatpages.txt.
Backport of f9f0a183273724046710efbb3e6646d9fe3fd08e from main.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/flatpages.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt
index 01e5553ff3..827d14d613 100644
--- a/docs/ref/contrib/flatpages.txt
+++ b/docs/ref/contrib/flatpages.txt
@@ -31,7 +31,7 @@ To install the flatpages app, follow these steps:
Also make sure you've correctly set :setting:`SITE_ID` to the ID of the
site the settings file represents. This will usually be ``1`` (i.e.
- ``SITE_ID = 1``, but if you're using the sites framework to manage
+ ``SITE_ID = 1``), but if you're using the sites framework to manage
multiple sites, it could be the ID of a different site.
2. Add ``'django.contrib.flatpages'`` to your :setting:`INSTALLED_APPS`