Skip to content

Commit

Permalink
Merge pull request sshwsfc#541 from styleolder/master
Browse files Browse the repository at this point in the history
Update logged_out.html
  • Loading branch information
wgbbiao committed May 7, 2018
2 parents 697a658 + 9ea3576 commit f209bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xadmin/templates/xadmin/views/logged_out.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h2 class="text-success">{% trans "Logout Success" %}</h2>
<p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>
<p class="btn-group">
<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>
<a href="{% url 'xadmin:index' %}" class="btn btn-default">{% trans 'Log in again' %}</a>
</p>
</div>
Expand Down

0 comments on commit f209bf6

Please sign in to comment.