projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41c783
)
Fix typo
author
Magnus Hagander
<magnus@hagander.net>
Fri, 13 Aug 2021 09:14:22 +0000
(11:14 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 16 Aug 2021 12:17:10 +0000
(14:17 +0200)
pgweb/docs/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/docs/views.py
b/pgweb/docs/views.py
index c2d00c89a65826a71d2b34bf2dfad1bcf347ea1d..6da47d680ea1b69c9cd18481e63db9a56ca5de68 100644
(file)
--- a/
pgweb/docs/views.py
+++ b/
pgweb/docs/views.py
@@
-100,7
+100,7
@@
def docpage(request, version, filename):
try:
page = DocPage.objects.select_related('version').get(version=ver, file=fullname)
except DocPage.DoesNotExist:
- # if the page does not exist but there is a special p
ga
e redirect, check
+ # if the page does not exist but there is a special p
ag
e redirect, check
# for the existence of that. if that does not exist, then we're really
# done and can 404
page_redirect = get_object_or_404(DocPageRedirect, redirect_from=fullname)