diff --git a/README.md b/README.md index 73fff28..2b43e8d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Zuhause finden können. # Developer Notes -Because of a wired bug the inital migrations must run two times as the first time the permissions +Because of a wired bug the initial migrations must run two times as the first time the permissions for `create_active_adoption_notice` are created but can not yet be accessed and on the second time this permission will be added to groups. diff --git a/src/fellchensammlung/templates/fellchensammlung/about.html b/src/fellchensammlung/templates/fellchensammlung/about.html index d14c023..9c59bbf 100644 --- a/src/fellchensammlung/templates/fellchensammlung/about.html +++ b/src/fellchensammlung/templates/fellchensammlung/about.html @@ -2,6 +2,6 @@ {% load i18n %} {% block content %} -
{{ user.username }}
{% else %} - Registrieren - Einloggen + {% translate "Registrieren" %} + {% translate "Einloggen" %} {% endif %}