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 %}
|
{% if msg %}
|
||||||
{{ msg | safe }}
|
{{ msg | safe }}
|
||||||
{% else %}
|
{% else %}
|
||||||
Add your credentials
|
Input your credentials
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-4 text-sm text-center">
|
<p class="mt-4 text-sm text-center">
|
||||||
Don't have an account?
|
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>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue