We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8999ee3 commit 61bfccaCopy full SHA for 61bfcca
users/templates/users/login.html
@@ -14,7 +14,7 @@
14
<button type="submit" class="mt-4 btn users-user-action-btn text-white w-25 mx-auto rounded-0 loading-button">
15
<span class="loading-button-span">Log in</span>
16
</button>
17
- <span class="text-white">Need an account? <a href="{% url "register" %}">Sign up</a></span>
+ <span class="text-white pt-4">Need an account? <a href="{% url "register" %}">Sign up</a></span>
18
</form>
19
</div>
20
{% endblock %}
0 commit comments