html
This commit is contained in:
@@ -2,4 +2,4 @@ from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
def home(request):
|
||||
return render(request, 'home/content/index.html',)
|
||||
return render(request, 'home/content/index/index.html',)
|
||||
|
||||
Reference in New Issue
Block a user