2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Small visual tweaks to various auth views (#3238)

This commit is contained in:
Oliver
2022-06-23 07:09:17 +10:00
committed by GitHub
parent 9b4e443289
commit 4268130669
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,8 @@
{% csrf_token %}
{{ form|crispy }}
<button type="submit" class="btn btn-primary">
<hr>
<button type="submit" class="btn btn-primary float-right">
<span class='fas fa-check-circle'></span> {% trans 'Authenticate' %}
</button>
</form>