add about page
This commit is contained in:
parent
eb5e4b0534
commit
3c08d4c293
8 changed files with 223 additions and 2 deletions
|
@ -22,4 +22,8 @@ def homepage(request):
|
|||
"websitefaqs": websitefaqs,
|
||||
}
|
||||
|
||||
return render(request, "services/homepage.html", context)
|
||||
return render(request, "pages/homepage.html", context)
|
||||
|
||||
|
||||
def about(request):
|
||||
return render(request, "pages/about.html")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue