diff --git a/pagure/forms.py b/pagure/forms.py index 8a8d06f..d37b9ad 100644 --- a/pagure/forms.py +++ b/pagure/forms.py @@ -93,12 +93,8 @@ class RequestPullForm(wtf.Form): ) -class RemoteRequestPullForm(wtf.Form): +class RemoteRequestPullForm(RequestPullForm): ''' Form to create a remote request pull. ''' - title = wtforms.TextField( - 'Title*', - [wtforms.validators.Required()] - ) git_repo = wtforms.TextField( 'Git repo address*', [wtforms.validators.Required()]