summaryrefslogtreecommitdiffstats
path: root/templates/logout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/logout.html')
-rw-r--r--templates/logout.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/logout.html b/templates/logout.html
index 2cd935a0..650ba044 100644
--- a/templates/logout.html
+++ b/templates/logout.html
@@ -8,7 +8,6 @@
<script type="text/javascript">
$().ready(function(){
$('#btLogout').bind('click', function(){ window.location.href='{% url user_signout %}?next={{ next }}'; });
-
});
</script>
{% endblock %}