mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Fix typo
This commit is contained in:
@ -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 pgae redirect, check
|
||||
# if the page does not exist but there is a special page 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)
|
||||
|
Reference in New Issue
Block a user