From 11962fab9da3839564fb132109267b8cd6feb6ac Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 28 Apr 2011 17:52:16 -0500 Subject: Remove more hardcoded isotests links Signed-off-by: Dan McGee --- isotests/views.py | 6 +++--- templates/isotests/add.html | 2 +- templates/isotests/result_list.html | 2 +- templates/isotests/thanks.html | 4 ++-- templates/public/index.html | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/isotests/views.py b/isotests/views.py index 8e66d7b4..cfd6f408 100644 --- a/isotests/views.py +++ b/isotests/views.py @@ -1,7 +1,7 @@ from django import forms from django.conf import settings -from django.http import HttpResponseRedirect, Http404 -from django.shortcuts import get_object_or_404 +from django.http import Http404 +from django.shortcuts import get_object_or_404, redirect from django.views.generic.simple import direct_to_template from .models import (Architecture, BootType, Bootloader, ClockChoice, @@ -58,7 +58,7 @@ def submit_test_result(request): test = form.save(commit=False) test.ip_address = request.META.get("REMOTE_ADDR", None) test.save() - return HttpResponseRedirect('/isotests/thanks/') + return redirect('releng-test-thanks') else: form = TestForm() 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 @@

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 - results page.

+ results page.

{% csrf_token %} {{ form.as_p }} diff --git a/templates/isotests/result_list.html b/templates/isotests/result_list.html index 29ad19ec..b3ae025b 100644 --- a/templates/isotests/result_list.html +++ b/templates/isotests/result_list.html @@ -7,7 +7,7 @@ {{ iso_name|default:"" }} -

Go back to testing results

+

Go back to testing results

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 @@

Thanks!

Thank you for taking the time to give us this information! Your results have been succesfully added to our database.

-

You can now go back to the results, - or give more feedback.

+

You can now go back to the results, + or give more feedback.

{% endblock %} diff --git a/templates/public/index.html b/templates/public/index.html index 773d4782..5b79a1fe 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -119,7 +119,7 @@ title="Arch communities in your native language">International Communities
  • Related Projects
  • -
  • Releng Testbuild Feedback
  • -- cgit v1.2.3-55-g3dc8