diff --git a/oshc/main/templates/base.html b/oshc/main/templates/base.html index 8beb26e..fca23a9 100644 --- a/oshc/main/templates/base.html +++ b/oshc/main/templates/base.html @@ -28,19 +28,19 @@ -
  • Resources
  • -
  • Contact
  • -
  • Join Us!
  • +
  • Resources
  • +
  • Contact
  • +
  • Join Us!
  • {% if user.is_authenticated %}
  • Hey {{ user.username }}!
  • Logout
  • {% else %} -
  • Sign In
  • -
  • Sign Up
  • +
  • Sign In
  • +
  • Sign Up
  • {% endif %} @@ -60,16 +60,16 @@