summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Willemsen <tom.willemsen@archlinux.us>2011-04-28 13:11:44 -0500
committerDan McGee <dan@archlinux.org>2011-04-28 14:00:54 -0500
commit1ea5be1a0693d8f24b5d147092fd4a15c7fdd4a7 (patch)
treeeefb872a7d7e6c8084f128a42b8f8b79b14261e8
parentc5a28f88936fba06755aefec61a017c2ce94ba40 (diff)
downloadarchweb-1ea5be1a0693d8f24b5d147092fd4a15c7fdd4a7.tar.gz
archweb-1ea5be1a0693d8f24b5d147092fd4a15c7fdd4a7.zip
isotests: Cleaned up the page titles and syncisos command
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--isotests/management/commands/syncisos.py2
-rw-r--r--templates/isotests/add.html2
-rw-r--r--templates/isotests/results.html2
-rw-r--r--templates/public/index.html2
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 @@
<a href="/isotests/">Go back to results</a>
<div class="box">
- <h2>Arch releng iso build test result entry</h2>
+ <h2>Arch Releng Testbuild Feedback Entry</h2>
<form action="" method="post">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Submit" />
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 @@
<a href="/isotests/add/">Give feedback</a>
<div class="box">
- <h2>Arch releng iso build test results</h2>
+ <h2>Arch Releng Testbuild Feedback results</h2>
<table>
<tr>
<td>
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 @@
<li><a href="https://wiki.archlinux.org/index.php/Related_Projects"
title="Projects that are in some way related to Arch Linux">Related Projects</a></li>
<li><a href="/isotests/"
- title="releng-testbuild-feedback">Releng-testbuild-feedback</a></li>
+ title="Releng Testbuild Feedback">Releng Testbuild Feedback</a></li>
</ul>
<h4>Support</h4>