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/thanks.html | |
parent | 1ff9c0fc5db1aab393eed5751e94ed8ac127c0c2 (diff) |
Remove more hardcoded isotests links
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/isotests/thanks.html')
-rw-r--r-- | templates/isotests/thanks.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/isotests/thanks.html b/templates/isotests/thanks.html index 8929c0db..b261426d 100644 --- a/templates/isotests/thanks.html +++ b/templates/isotests/thanks.html @@ -7,7 +7,7 @@ <h2>Thanks!</h2> <p>Thank you for taking the time to give us this information! Your results have been succesfully added to our database.</p> - <p>You can now <a href="/isotests/">go back to the results</a>, - or <a href="/isotests/add/">give more feedback</a>.</p> + <p>You can now <a href="{% url releng-test-overview %}">go back to the results</a>, + or <a href="{% url releng-test-submit %}">give more feedback</a>.</p> </div> {% endblock %} |