diff options
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 %} |