Add layout template
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.html")
|
||||
return render(request, "pages/home.html")
|
||||
|
Reference in New Issue
Block a user