From 1ea5be1a0693d8f24b5d147092fd4a15c7fdd4a7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 28 Apr 2011 13:11:44 -0500 Subject: isotests: Cleaned up the page titles and syncisos command Signed-off-by: Dan McGee --- isotests/management/commands/syncisos.py | 2 +- templates/isotests/add.html | 2 +- templates/isotests/results.html | 2 +- templates/public/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/isotests/management/commands/syncisos.py b/isotests/management/commands/syncisos.py index 975104d9..4cc6908e 100644 --- a/isotests/management/commands/syncisos.py +++ b/isotests/management/commands/syncisos.py @@ -36,7 +36,7 @@ class IsoListParser(HTMLParser): raise CommandError('Couldn\'t parse "%s"' % url) class Command(BaseCommand): - help = 'Gets new isos from http://releng.archlinux.org/isos/' + help = 'Gets new isos from %s' % ISOLISTURL def handle(self, *args, **options): parser = IsoListParser() diff --git a/templates/isotests/add.html b/templates/isotests/add.html index 466beb8c..b173720f 100644 --- a/templates/isotests/add.html +++ b/templates/isotests/add.html @@ -6,7 +6,7 @@ Go back to results
-

Arch releng iso build test result entry

+

Arch Releng Testbuild Feedback Entry

{% csrf_token %} {{ form.as_p }} diff --git a/templates/isotests/results.html b/templates/isotests/results.html index 5d605e87..8cd47119 100644 --- a/templates/isotests/results.html +++ b/templates/isotests/results.html @@ -6,7 +6,7 @@ Give feedback
-

Arch releng iso build test results

+

Arch Releng Testbuild Feedback results

diff --git a/templates/public/index.html b/templates/public/index.html index aa651217..773d4782 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -120,7 +120,7 @@
  • Related Projects
  • Releng-testbuild-feedback
  • + title="Releng Testbuild Feedback">Releng Testbuild Feedback

    Support

    -- cgit v1.2.3-55-g3dc8