fix bug when Empty username is given to LoginAttempt.attempt
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{% if messages %}
|
||||
{% for msg in messages %}
|
||||
<div class="alert alert-{{ msg.level_tag }}">
|
||||
<div class="{% if toast %}toast-pf{% endif %} alert alert-{{ msg.level_tag }}">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span class="pficon pficon-close"></span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user