Skip to content

Commit

Permalink
Do not show the 'redirect_page_route_path' field in the form
Browse files Browse the repository at this point in the history
  • Loading branch information
ababic authored and gasman committed Jan 27, 2022
1 parent bbf2673 commit b6c80e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail/contrib/redirects/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def clean(self):

class Meta:
model = Redirect
fields = ('old_path', 'site', 'is_permanent', 'redirect_page', 'redirect_page_route_path', 'redirect_link')
fields = ('old_path', 'site', 'is_permanent', 'redirect_page', 'redirect_link')


class ImportForm(forms.Form):
Expand Down

0 comments on commit b6c80e6

Please sign in to comment.