summaryrefslogtreecommitdiffstats
path: root/releng/views.py
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2011-05-24 23:28:26 +0200
committerDan McGee <dan@archlinux.org>2011-05-24 16:53:07 -0500
commitc4e1f01417d0e24b85cb4465e850fba901e53820 (patch)
treeabdbd74f8e0d46af13ac34f1bde118f06acc5129 /releng/views.py
parent1e19b6af3e3ff29820b7b1cb8cfae875ad0f4f2e (diff)
downloadarchweb-c4e1f01417d0e24b85cb4465e850fba901e53820.tar.gz
archweb-c4e1f01417d0e24b85cb4465e850fba901e53820.zip
clarify that issues should still be reported on the bugtracker
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'releng/views.py')
-rw-r--r--releng/views.py10
1 files changed, 7 insertions, 3 deletions
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 <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)