mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Review URL fix (#1713)
This commit is contained in:
@@ -331,7 +331,8 @@ urlpatterns = (
|
||||
"review/",
|
||||
RedirectView.as_view(
|
||||
url=reverse_lazy(
|
||||
"docs-user-guide", content_path="formal-reviews/submissions.html"
|
||||
"docs-user-guide",
|
||||
kwargs={"content_path": "formal-reviews/submissions.html"},
|
||||
),
|
||||
permanent=True,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user