diff --git a/frontend/templates/FAQ.html b/frontend/templates/FAQ.html
index caf2ee0..2d1a65d 100644
--- a/frontend/templates/FAQ.html
+++ b/frontend/templates/FAQ.html
@@ -24,7 +24,7 @@
Sign In
{% endif %}
How it Works
- Your Tickets
+ My Tickets
diff --git a/frontend/templates/buy.html b/frontend/templates/buy.html
index e58a419..4da9bae 100644
--- a/frontend/templates/buy.html
+++ b/frontend/templates/buy.html
@@ -16,9 +16,14 @@
SeatStock
+ {% if session %}
+
Sign Out
+ {% else %}
Sign In
- How it Works
- Your Tickets
+ {% endif %}
+ How it Works
+ My Tickets
+
diff --git a/frontend/templates/index.html b/frontend/templates/index.html
index b2d220e..4139b28 100644
--- a/frontend/templates/index.html
+++ b/frontend/templates/index.html
@@ -18,7 +18,7 @@
Sign In
{% endif %}
How it Works
- Your Tickets
+ My Tickets
diff --git a/frontend/templates/sell.html b/frontend/templates/sell.html
index 0b4286c..45a2a8f 100644
--- a/frontend/templates/sell.html
+++ b/frontend/templates/sell.html
@@ -15,14 +15,14 @@
- SeatStock
- Sign In
- How it Works
- Your Tickets
-
-
-
-
+ SeatStock
+ {% if session %}
+
Sign Out
+ {% else %}
+ Sign In
+ {% endif %}
+ How it Works
+ My Tickets
diff --git a/frontend/templates/tickets.html b/frontend/templates/tickets.html
index fa4517b..0ef3074 100644
--- a/frontend/templates/tickets.html
+++ b/frontend/templates/tickets.html
@@ -13,11 +13,16 @@
- SeatStock
- Sign In
- How it Works
- Your Tickets
-
+ SeatStock
+ {% if session %}
+
Sign Out
+ {% else %}
+ Sign In
+ {% endif %}
+ How it Works
+ My Tickets
+
+
@@ -25,10 +30,10 @@
-
-
-
-
+
+
+
+
@@ -56,7 +61,7 @@