diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css
index a5bef0dd..6a206cfb 100644
--- a/anatomy/static/css/anatomy.css
+++ b/anatomy/static/css/anatomy.css
@@ -118,7 +118,7 @@ button a {
color: inherit;
}
-#admin-link, #logout-link, #profile-link, #physics-link, #anatomy-link {
+#admin-link, #logout-link, #profile-link, #physics-link, #anatomy-link, #rapids-link {
float: right;
padding-left: 10px;
}
diff --git a/anatomy/templates/anatomy/base.html b/anatomy/templates/anatomy/base.html
index a5b9bd8c..e8181a28 100644
--- a/anatomy/templates/anatomy/base.html
+++ b/anatomy/templates/anatomy/base.html
@@ -1,66 +1,16 @@
-{% load static %}
-
+{% extends 'base.html' %}
-
-
- Anatomy -
- {% if request.user.is_authenticated %}
-
Exams /
-
Questions /
-
Create Question
- {% endif %}
- {% block navigation %}
- {% endblock %}
-
-
- {% block content %}
- {% endblock %}
-
-
-
-
-
-
\ No newline at end of file
+{% block navigation %}
+Anatomy -
+{% if request.user.is_authenticated %}
+
- Physics -
- {% if request.user.is_authenticated %}
-
Exams /
- {% endif %}
- {% block navigation %}
- {% endblock %}
-
-
- {% block content %}
- {% endblock %}
-
-
-
-
-
-
\ No newline at end of file
+{% block navigation %}
+Physics -
+{% if request.user.is_authenticated %}
+
- {% if request.user.is_authenticated %}
-
Exams /
-
Questions /
-
Create Question
- {% endif %}
-{% comment %}
- Questions by:
-
author {% endcomment %}
- {% block navigation %}
- {% endblock %}
-
-
- {% block content %}
- {% endblock %}
-
-
-
-
-
\ No newline at end of file
+{% block content %}
+{% endblock %}
+{% block navigation %}
+{% if request.user.is_authenticated %}
+