diff --git a/frontend/templates/base_app.html b/frontend/templates/base_app.html index 3f83613..c1549a8 100644 --- a/frontend/templates/base_app.html +++ b/frontend/templates/base_app.html @@ -77,6 +77,11 @@ Dashboard +
  • + + Questions + +
  • Settings @@ -136,6 +141,11 @@ Dashboard
  • +
  • + + Questions + +
  • {% if user.is_authenticated %}
  • diff --git a/frontend/templates/base_landing.html b/frontend/templates/base_landing.html index dbe0b6f..72b4175 100644 --- a/frontend/templates/base_landing.html +++ b/frontend/templates/base_landing.html @@ -68,9 +68,14 @@ Clawrn Logo Clawrn - - Start for Free - +
    + + Questions + + + Start for Free + +
    {% else %} @@ -85,6 +90,7 @@