BS v5 buttons update

Updated the display of buttons when used as an `<a>` tag. This change was made in BS4.
This commit is contained in:
Ezra Rice
2022-06-02 12:42:28 -04:00
committed by GitHub
parent 566b05f1e6
commit e4aaee6e1a

View File

@@ -98,7 +98,7 @@
<button class="btn btn-success" onclick="verify()">Enable</button>
</div>
<div class="col-md-6" align="right" style="padding-right: 30px">
<a href="{% url 'mfa_home' %}"><button class="btn btn-default">Cancel</button></a>
<a href="{% url 'mfa_home' %}" class="btn btn-default" role="button">Cancel</a>
</div>
</div>
</div>