Exemple #1
0
 def __init__(self, *args, **kwargs):
     PasswordResetForm.__init__(self, *args, **kwargs)
     self.helper = FormHelper(self)
     self.helper.label_class = 'col-md-5'
     self.helper.field_class = 'col-md-7'
     self.helper.layout.append(HTML(u"""<div class="form-group row">
                                          <div class="col-md-offset-5 col-md-7">
                                            <button type="submit" class="btn btn-secondary">""" + _(u'Сбросить') + """</button>
                                          </div>
                                        </div>"""))
Exemple #2
0
 def __init__(self, *args, **kwargs):
     PasswordResetForm.__init__(self, *args, **kwargs)
     self.helper = FormHelper(self)
     self.helper.label_class = 'col-md-5'
     self.helper.field_class = 'col-md-7'
     self.helper.layout.append(HTML(u"""<div class="form-group row">
                                          <div class="col-md-offset-5 col-md-7">
                                            <button type="submit" class="btn btn-secondary">""" + _(u'Сбросить') + """</button>
                                          </div>
                                        </div>"""))