Skip to content

Commit

Permalink
refactor: fix tab level
Browse files Browse the repository at this point in the history
  • Loading branch information
maybe-hello-world committed Jul 22, 2023
1 parent ebc654c commit 585badf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/doc/views_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def document_main(request, name, rev=None, document_html=False):
break

if not snapshot and document_html is False:
return redirect('ietf.doc.views_doc.document_main', name=name)
return redirect('ietf.doc.views_doc.document_main', name=name)

if doc.type_id == "charter":
# find old group, too
Expand Down

0 comments on commit 585badf

Please sign in to comment.