blathering-barnacles / Bangazon-2

Sprint 2
1 stars 1 forks source link

Nav Bar and New Greeting #41

Closed Andrew-Herring closed 5 years ago

Andrew-Herring commented 5 years ago

Description: Working Nav Bar to help navigate Bangazon. Included the Search Bar to help find products. Users can see the search bar when not logged in Users will not see: Sell, Account Settings and Logout if they are not logged in

You can add the nav bar to your route by: adding {% load static %} at the very top of the code then adding {% include "navbar.html" %} wherever you want the nav bar to show up

Changed the app greeting for new users and logged in users

You can test by going to localhost:8000 Registering or logging in Seeing that buttons only show up when a user is logged in clicking on buttons to make sure they work!