diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-08-13 11:23:13 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-08-13 11:23:13 +0000 |
| commit | e11c647d604168e565bf4802d5e95aa1ba339c76 (patch) | |
| tree | fc31a06a61654c544b60186b111fa94f10465fa5 | |
| parent | 326949e444bcdde966d2421e2fb8bd8c87c65941 (diff) | |
Fixed #16627 -- Fixed docs build warning.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/topics/http/views.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/views.txt b/docs/topics/http/views.txt index 6e033f3bc9..02c426a66c 100644 --- a/docs/topics/http/views.txt +++ b/docs/topics/http/views.txt @@ -201,7 +201,7 @@ Two things to note about 500 views: .. _http_forbidden_view: The 403 (HTTP Forbidden) view ----------------------------- +----------------------------- .. versionadded:: 1.4 |
