Commit 55c7fca9 authored by Norberto's avatar Norberto

Change text in forum page

parent 577e74ee
...@@ -4,4 +4,4 @@ from django.shortcuts import render ...@@ -4,4 +4,4 @@ from django.shortcuts import render
from django.http import HttpResponse from django.http import HttpResponse
def index(request): def index(request):
return HttpResponse('This is the forum! This is where people talk') return HttpResponse("Welcome to Widget's Forum!")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment