removed unused javascript. Fixes #998
This commit is contained in:
parent
2309bd4772
commit
fe68fffdda
@ -27,12 +27,6 @@
|
||||
<em>{{ first_time_message|safe }}</em>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<script>
|
||||
$("div.notification").click(function () {
|
||||
$(this).hide("fast");
|
||||
});
|
||||
</script>
|
||||
<form method="post" action="{% url 'user_login' %}{% if next %}?next={{ next }}{% endif %}" class="well">
|
||||
{% csrf_token %}
|
||||
<div class="input-prepend">
|
||||
|
Loading…
Reference in New Issue
Block a user