From f4343a097ab945714af262a95645bef212773366 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Wed, 9 Aug 2017 21:17:05 -0700 Subject: [PATCH] Minor account bar changes --- pinaxcon/templates/_account_bar.html | 3 --- pinaxcon/templates/dashboard.html | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/pinaxcon/templates/_account_bar.html b/pinaxcon/templates/_account_bar.html index f246f40..1174cd9 100644 --- a/pinaxcon/templates/_account_bar.html +++ b/pinaxcon/templates/_account_bar.html @@ -10,9 +10,6 @@
  • {% trans "Dashboard" %}
  • -
  • - {% trans "Settings" %} -
  • {% trans "Log out" %}
  • diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index f9d5926..b479be3 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -11,6 +11,21 @@ {% block body_class %}auth{% endblock %} {% block body %} + +
    +
    +

    + + Account +

    +
    + +
    +
    @@ -94,7 +109,9 @@ {% endif %}
    +{% comment %} {% include "registrasion/dashboard_widget.html" %} +{% endcomment %}