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> <em>{{ first_time_message|safe }}</em>
</div> </div>
{% endif %} {% endif %}
<script>
$("div.notification").click(function () {
$(this).hide("fast");
});
</script>
<form method="post" action="{% url 'user_login' %}{% if next %}?next={{ next }}{% endif %}" class="well"> <form method="post" action="{% url 'user_login' %}{% if next %}?next={{ next }}{% endif %}" class="well">
{% csrf_token %} {% csrf_token %}
<div class="input-prepend"> <div class="input-prepend">