Fix: wired phrasing
This commit is contained in:
parent
d426d164ff
commit
943070df77
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
{% if msg %}
|
||||
{{ msg | safe }}
|
||||
{% else %}
|
||||
Add your credentials
|
||||
Input your credentials
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
|
@ -68,7 +68,7 @@
|
|||
</div>
|
||||
<p class="mt-4 text-sm text-center">
|
||||
Don't have an account?
|
||||
<a href="{% url 'register' %}" class="text-primary text-gradient font-weight-bold">Sign UP</a>
|
||||
<a href="{% url 'register' %}" class="text-primary text-gradient font-weight-bold">Sign up</a>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in a new issue