removed unused javascript. Fixes #998

This commit is contained in:
Oskar Hahn 2013-11-07 13:53:33 +01:00
parent 2309bd4772
commit fe68fffdda

View File

@ -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">
@ -43,7 +37,7 @@
<span class="add-on"><i class="icon-lock"></i></span>
<input type="password" maxlength="30" name="password" id="id_password" placeholder="{% trans 'Password' %}">
</div>
<p>
<button type="submit" class="btn btn-primary">
{% trans 'Login' %}