diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index e0285c1d30..6899ab829b 100755 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -40,13 +40,13 @@ {% endblock %} {% block web_theme_user_navigation %} -
  • {% trans 'User' %}: +
  • {% trans "User" %}: {% if user.is_anonymous %} - {% trans 'Anonymous' %} + {% trans "Anonymous" %} {% else %} {{ user.get_full_name|default:user }} {% if user.has_usable_password %} - ({% trans 'New password' %}) + ({% trans "New password" %}) {% endif %} {% endif %}
  • @@ -66,7 +66,7 @@ {% get_setting "LOGIN_URL" as login_url %} -
  • {% if user.is_anonymous %}{% trans 'Login' %}{% else %}{% trans 'Logout' %}{% endif %}
  • +
  • {% if user.is_anonymous %}{% trans "Login" %}{% else %}{% trans "Logout" %}{% endif %}
  • {% endblock %} {% block web_theme_main_navigation %} @@ -100,11 +100,11 @@

    {% blocktrans %}Actions for: {{ object }}{% endblocktrans %}

    {% endif %} {% else %} -

    }{% trans 'Actions' %}

    +

    }{% trans "Actions" %}

    {% endif %} @@ -113,10 +113,10 @@ {% get_object_navigation_links "sidebar" %} {% if object_navigation_links %}
    -

    {% trans 'Other available actions' %}

    +

    {% trans "Other available actions" %}