8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-25 22:22:26 +00:00

[translate][base.html]'Sign in' is the same as 'Log in'. 'Register' = 'Sign up'

This commit is contained in:
Maxime Bombar 2018-08-13 15:47:08 +02:00
parent a55a6b3052
commit 8883a6d62d

View file

@ -126,7 +126,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if var_sa %}
<li>
<a href="{% url 'users:new-user' %}">
<i class="fa fa-user-plus"></i> {% trans "Sign in" %}
<i class="fa fa-user-plus"></i> {% trans "Sign up" %}
</a>
</li>
{% endif %}