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:
parent
a55a6b3052
commit
8883a6d62d
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue