#125 Minor typo fix for active
Merged 7 years ago by sayanchowdhury. Opened 8 years ago by sayanchowdhury.
sayanchowdhury/pagure typo-fix  into  master

file modified
+1 -1
@@ -79,7 +79,7 @@ 

      )

  

      active = wtforms.BooleanField(

-         'Acive',

+         'Active',

          [wtforms.validators.Optional()]

      )

      join = wtforms.BooleanField(

file modified
+1 -1
@@ -52,7 +52,7 @@ 

  class PagureForm(wtf.Form):

      ''' Form to configure the pagure hook. '''

      active = wtforms.BooleanField(

-         'Acive',

+         'Active',

          [wtforms.validators.Optional()]

      )

  

no initial comment

Commit f138f7b fixes this pull-request

Pull-Request has been merged by sayan.chowdhury2012@gmail.com

7 years ago