[Update] 创建用户、资产成功的提示信息可关闭

pull/1240/head
BaiJiangjie 2018-04-24 22:10:52 +08:00
parent 102e1ca97c
commit ea2863a51b
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Your information was incomplete. Please click <a href="{{ first_login_url }}"> this link </a>to complete your information. Your information was incomplete. Please click <a href="{{ first_login_url }}"> this link </a>to complete your information.
{% endblocktrans %} {% endblocktrans %}
<button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button> <button aria-hidden="true" data-dismiss="alert" class="close" type="button" style="outline: none;">×</button>
</div> </div>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
@ -28,7 +28,9 @@
{% for message in messages %} {% for message in messages %}
<div class="alert alert-{{ message.tags }} help-message" > <div class="alert alert-{{ message.tags }} help-message" >
{{ message|safe }} {{ message|safe }}
<button aria-hidden="true" data-dismiss="alert" class="close" type="button" style="outline: none;">×</button>
</div> </div>
{% endfor %} {% endfor %}
{% endif %} {% endif %}