Skip to content

Commit f209bf6

Browse files
authored
Merge pull request #541 from styleolder/master
Update logged_out.html
2 parents 697a658 + 9ea3576 commit f209bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xadmin/templates/xadmin/views/logged_out.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<h2 class="text-success">{% trans "Logout Success" %}</h2>
1717
<p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>
1818
<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>
19+
<a href="#" onclick="javascript:window.location.href='about:blank';window.close();" class="btn btn-primary">{% trans 'Close Window' %}</a>
2020
<a href="{% url 'xadmin:index' %}" class="btn btn-default">{% trans 'Log in again' %}</a>
2121
</p>
2222
</div>

0 commit comments

Comments
 (0)