diff --git a/tildes/scss/modules/_nav.scss b/tildes/scss/modules/_nav.scss index 6cb15c4..415a09e 100644 --- a/tildes/scss/modules/_nav.scss +++ b/tildes/scss/modules/_nav.scss @@ -12,7 +12,7 @@ font-weight: normal; border-bottom: 0; - &.active > a { + &.active a { color: $blue; text-decoration: underline; } diff --git a/tildes/tildes/templates/invite.jinja2 b/tildes/tildes/templates/invite.jinja2 index b432045..4689995 100644 --- a/tildes/tildes/templates/invite.jinja2 +++ b/tildes/tildes/templates/invite.jinja2 @@ -1,7 +1,5 @@ {% extends 'base_user_menu.jinja2' %} -{% from 'macros/user_menu.jinja2' import render_user_menu with context %} - {% block title %}Invite someone{% endblock %} {% block main_heading %} diff --git a/tildes/tildes/templates/messages.jinja2 b/tildes/tildes/templates/messages.jinja2 index d83c240..8877a6d 100644 --- a/tildes/tildes/templates/messages.jinja2 +++ b/tildes/tildes/templates/messages.jinja2 @@ -2,7 +2,6 @@ {% from 'macros/datetime.jinja2' import time_ago_responsive %} {% from 'macros/links.jinja2' import username_linked %} -{% from 'macros/user_menu.jinja2' import render_user_menu with context %} {% block title %}Message Inbox{% endblock %} diff --git a/tildes/tildes/templates/notifications_unread.jinja2 b/tildes/tildes/templates/notifications_unread.jinja2 index 76a309d..b580f1f 100644 --- a/tildes/tildes/templates/notifications_unread.jinja2 +++ b/tildes/tildes/templates/notifications_unread.jinja2 @@ -2,7 +2,6 @@ {% from 'macros/comments.jinja2' import comment_tag_options_template, render_single_comment with context %} {% from 'macros/links.jinja2' import group_linked %} -{% from 'macros/user_menu.jinja2' import render_user_menu with context %} {% block title %}Unread notifications{% endblock %} diff --git a/tildes/tildes/templates/settings.jinja2 b/tildes/tildes/templates/settings.jinja2 index 81ed2d7..533fbc6 100644 --- a/tildes/tildes/templates/settings.jinja2 +++ b/tildes/tildes/templates/settings.jinja2 @@ -1,7 +1,5 @@ {% extends 'base_user_menu.jinja2' %} -{% from 'macros/user_menu.jinja2' import render_user_menu with context %} - {% block title %}User settings{% endblock %} {% block main_heading %}User settings{% endblock %} diff --git a/tildes/tildes/templates/user.jinja2 b/tildes/tildes/templates/user.jinja2 index 3558c1a..1e3a1f1 100644 --- a/tildes/tildes/templates/user.jinja2 +++ b/tildes/tildes/templates/user.jinja2 @@ -38,7 +38,6 @@ {% block sidebar %} {% if user == request.user %} {{ super() }} - test