kopia lustrzana https://github.com/wagtail/wagtail
Do not show the 'redirect_page_route_path' field in the form
rodzic
bf88649ba0
commit
80d698d826
wagtail/contrib/redirects
|
@ -43,7 +43,7 @@ class RedirectForm(forms.ModelForm):
|
|||
|
||||
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):
|
||||
|
|
Ładowanie…
Reference in New Issue