On Thu, May 19, 2011 at 4:19 AM, Dieter Plaetinck <[email protected]> wrote: > > Signed-off-by: Dieter Plaetinck <[email protected]> > --- > releng/views.py | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/releng/views.py b/releng/views.py > index 3180a9e..b416a76 100644 > --- a/releng/views.py > +++ b/releng/views.py > @@ -39,7 +39,9 @@ class TestForm(forms.ModelForm): > "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 " \ > + "If you you ran into problems please create a ticket on <a \ "you you"? Probably also more proper to use the "If you run into problems..." tense.
> + href=\"https://bugs.archlinux.org/index.php?project=6\">the \ > + bugtracker</a> (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) > -- > 1.7.5.1 > >
