diff --git a/polls/views.py b/polls/views.py index 963b6f7..72cf78c 100644 --- a/polls/views.py +++ b/polls/views.py @@ -2,4 +2,4 @@ from django.http import HttpResponse def index(request): - return HttpResponse("Hello, world. You're at the polls index.") + return HttpResponse("¡Hola, mundo. Estamos en la vista index.")