Commit 93556e09 authored by Joaquin Hermosisima's avatar Joaquin Hermosisima

added urls for Add Book & Author

parent c0442363
...@@ -4,8 +4,10 @@ from bookshelf import urls ...@@ -4,8 +4,10 @@ from bookshelf import urls
def HomeView(request): def HomeView(request):
urls = ['books','authors'] urls = ['books','authors']
new_urls = ["Add Book", "Add Author"]
context = { context = {
'nickname': "Jak", 'nickname': "Jak",
'urls': urls 'urls': urls
} }
return render(request, 'home.html', context) return render(request, 'home.html', context)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment