Browse Source

pyi2phosts/postkey/views.py: add i18n for SubdomainVerifyForm

pull/1/head
Hidden Z 14 years ago
parent
commit
5a61315d67
  1. 2
      pyi2phosts/postkey/views.py

2
pyi2phosts/postkey/views.py

@ -56,7 +56,7 @@ class AddForm(forms.ModelForm):
class SubdomainVerifyForm(forms.Form): class SubdomainVerifyForm(forms.Form):
"""Form for displaying verification filename and code when verifying a subdomain""" """Form for displaying verification filename and code when verifying a subdomain"""
filename = forms.CharField(widget=forms.TextInput(attrs={ filename = forms.CharField(label=_('Filename'), widget=forms.TextInput(attrs={
'size': '20', 'size': '20',
'readonly': 'readonly', 'readonly': 'readonly',
'onclick': 'this.select();', 'onclick': 'this.select();',

Loading…
Cancel
Save