Added main page. Added links page
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from django.http import HttpResponse
|
||||
from django.shortcuts import render
|
||||
|
||||
|
||||
def index(request):
|
||||
return render(request, 'faerun_calendar/index.html')
|
||||
# return HttpResponse('<h1>Calendar</h1>')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user