From c4e1f01417d0e24b85cb4465e850fba901e53820 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 24 May 2011 23:28:26 +0200 Subject: clarify that issues should still be reported on the bugtracker Signed-off-by: Dieter Plaetinck Signed-off-by: Dan McGee --- releng/views.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'releng') diff --git a/releng/views.py b/releng/views.py index e84bec71..1d4a0b5e 100644 --- a/releng/views.py +++ b/releng/views.py @@ -38,9 +38,13 @@ class TestForm(forms.ModelForm): help_text="If you did a rollback followed by a new attempt to setup " \ "your blockdevices/filesystems, select which option you took here.", widget=forms.CheckboxSelectMultiple(), required=False) - success = forms.BooleanField(help_text="Only check this if everything went fine. " \ - "If you you ran into any errors please specify them in the " \ - "comments.", required=False) + success = forms.BooleanField( + help_text="Only check this if everything went fine. " \ + "If you ran into problems please create a ticket on the " \ + "bugtracker (or check that one already exists) and link to " \ + "it in the comments.", + required=False) website = forms.CharField(label='', widget=forms.TextInput(attrs={'style': 'display:none;'}), required=False) -- cgit v1.2.3-55-g3dc8