diff --git a/pinaxcon/templates/_account_bar.html b/pinaxcon/templates/_account_bar.html index f246f4025c4540fc7fe2bcb43a5c49fd07b11213..1174cd91b5bf62af9b698caa9e294971ebb52a7a 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 f9d5926123065bf51a4822d37a1ba974a976cfc8..b479be34adb439392c9535d15d225e1e938068a6 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -11,6 +11,21 @@ {% block body_class %}auth{% endblock %} {% block body %} + +
    +
    +

    + + Account +

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