Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be> --- releng/views.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/releng/views.py b/releng/views.py index 3180a9e..07f56f7 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 ran into problems please create a ticket on <a \ + 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