diff --git a/calsocial/static/css/style.css b/calsocial/static/css/style.css index 3a40d93..712140d 100644 --- a/calsocial/static/css/style.css +++ b/calsocial/static/css/style.css @@ -8,3 +8,9 @@ footer { border-top: 1px dotted black; padding-top: 1em; } + +@media not speech { + .sr-only { + display: none; + } +} diff --git a/calsocial/templates/base.html b/calsocial/templates/base.html index 2235ab4..a8427c3 100644 --- a/calsocial/templates/base.html +++ b/calsocial/templates/base.html @@ -8,6 +8,8 @@ + + diff --git a/calsocial/templates/profile-details.html b/calsocial/templates/profile-details.html index 446c4d9..7c1fe51 100644 --- a/calsocial/templates/profile-details.html +++ b/calsocial/templates/profile-details.html @@ -3,7 +3,8 @@ {% block content %}

{% if profile.locked %} - [locked] + + {% trans %}locked profile{% endtrans %} {% endif %} {{ profile.display_name }} @{{ profile.user.username}}