diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-28 17:52:16 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-28 17:53:23 -0500 |
commit | 11962fab9da3839564fb132109267b8cd6feb6ac (patch) | |
tree | a3ece00b56e812e4c9c033c5b00ddeae2eff9eeb /templates/isotests/add.html | |
parent | 1ff9c0fc5db1aab393eed5751e94ed8ac127c0c2 (diff) |
Remove more hardcoded isotests links
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/isotests/add.html')
-rw-r--r-- | templates/isotests/add.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/isotests/add.html b/templates/isotests/add.html index dadcdd10..3678532d 100644 --- a/templates/isotests/add.html +++ b/templates/isotests/add.html @@ -9,7 +9,7 @@ <p>This page allows you to submit feedback after testing and using a release engineering install ISO. If you do not currently have feedback to submit, you may want to take a look at the current - <a href="/isotests/">results page</a>.</p> + <a href="{% url releng-test-overview %}">results page</a>.</p> <div id="releng-feedback"> <form action="" method="post">{% csrf_token %} {{ form.as_p }} |