changed _ to spaces in url names, added players list
This commit is contained in:
@@ -2,5 +2,5 @@ from django.http import HttpResponse
|
||||
from django.shortcuts import render
|
||||
|
||||
def welcome(request):
|
||||
pages = ['schedule', 'teams_list', 'venues_list']
|
||||
pages = ['schedule', 'teams list', 'venues list', 'players list']
|
||||
return render(request,'home.html',{'pages':pages})
|
||||
Reference in New Issue
Block a user