1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

x character converted to ×

This commit is contained in:
catborise 2018-08-01 17:18:51 +03:00
parent fc7ddacdca
commit aba92e30b5
15 changed files with 14 additions and 15 deletions

View file

@ -9,7 +9,7 @@
<div class="col-xs-12" role="main">
{% if form.errors %}
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
{% trans "Incorrect username or password." %}
</div>
{% endif %}