diff --git a/deme_django/cms/templates/authenticationmethod/loginmenuitem.html b/deme_django/cms/templates/authenticationmethod/loginmenuitem.html index 00e11bc7..5a192801 100644 --- a/deme_django/cms/templates/authenticationmethod/loginmenuitem.html +++ b/deme_django/cms/templates/authenticationmethod/loginmenuitem.html @@ -1,9 +1,9 @@ {% if can_login_as_anyone %} -
  • Login as
  • +
  • Login as
  • {% endif %} {% if cur_agent.is_anonymous %} {% else %} -
  • My account
  • -
  • Logout
  • +
  • My account
  • +
  • Logout
  • {% endif %} diff --git a/deme_django/cms/templates/includes/adminbar.html b/deme_django/cms/templates/includes/adminbar.html index cf2d4d42..6fa04ec8 100644 --- a/deme_django/cms/templates/includes/adminbar.html +++ b/deme_django/cms/templates/includes/adminbar.html @@ -14,7 +14,7 @@