Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick mugambi committed Apr 25, 2022
1 parent 9374fdd commit 4220cee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shop/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ def contact(request):
return render(request, 'shop/base/contact.html', context)

def about(request):
return render(request, "shop/base/about.html")
return render(request, "shop/base/about.html")

def

0 comments on commit 4220cee

Please sign in to comment.