@@ -19,7 +19,7 @@ class AdvancedEditor(forms.Textarea):
super(AdvancedEditor,self).__init__(attrs)
classAddViolation(forms.Form):
resource_name=forms.CharField(required=True,max_length=4096,label=_('Please specify the affected resource'),help_text=_("What service or site, or person is unavailable or seems artificially slowed down. e.g. VoIP, p2p, filesharing, specific websites, etc."))
resource_name=forms.CharField(required=True,max_length=4096,label=_('Please describe the discrimination'),help_text=_("What service or site, or person is unavailable or seems artificially slowed down. e.g. VoIP, p2p, filesharing, specific websites, etc."))
country=forms.ChoiceField(required=True,choices=(('',''),)+tuple(sorted(COUNTRIES,key=itemgetter(1))),label=_("Country"),help_text=_('EU member state where the restriction is reported.'))
operator=forms.CharField(required=True,max_length=256,label=_("Operator"),help_text=_('The ISP or operator providing the Internet service.'))
contract=forms.CharField(required=True,max_length=256,label=_("Contract"),help_text=_('The specific contract at the ISP provider. (please be as specific as possible)'))