We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 697a658 + 9ea3576 commit f209bf6Copy full SHA for f209bf6
1 file changed
xadmin/templates/xadmin/views/logged_out.html
@@ -16,7 +16,7 @@
16
<h2 class="text-success">{% trans "Logout Success" %}</h2>
17
<p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>
18
<p class="btn-group">
19
- <a href="#" onclick="javascript:window.opener=null;window.open('','_self');window.close();" class="btn btn-primary">{% trans 'Close Window' %}</a>
+ <a href="#" onclick="javascript:window.location.href='about:blank';window.close();" class="btn btn-primary">{% trans 'Close Window' %}</a>
20
<a href="{% url 'xadmin:index' %}" class="btn btn-default">{% trans 'Log in again' %}</a>
21
</p>
22
</div>
0 commit comments