Issue #39, Finish capitalizing source text messages

This commit is contained in:
Roberto Rosario
2014-10-10 02:29:37 -04:00
parent 0479c0a3cb
commit a75a4edf21
17 changed files with 42 additions and 50 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class MetadataForm(forms.Form):
except Exception as exception:
self.fields['value'].initial = exception
id = forms.CharField(label=_(u'id'), widget=forms.HiddenInput)
id = forms.CharField(label=_(u'ID'), widget=forms.HiddenInput)
name = forms.CharField(label=_(u'Name'), required=False, widget=forms.TextInput(attrs={'readonly': 'readonly'}))
value = forms.CharField(label=_(u'Value'), required=False)