Browse Source

ajustando titulo das perguntas

diagnosticos
Felipe Vieira 13 years ago
parent
commit
af8554ecd7
  1. 2
      sigi/apps/diagnosticos/forms.py

2
sigi/apps/diagnosticos/forms.py

@ -77,7 +77,7 @@ class DiagnosticoMobileForm(BaseDynamicEntityForm):
continue
defaults = {
'label': schema.title.capitalize(),
'label': schema.title,
'required': schema.required,
'help_text': schema.help_text,
}

Loading…
Cancel
Save