mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Fix missing javascript rendering in reset_password view.
This commit is contained in:
parent
7777efd9b1
commit
7dcd6c5870
|
@ -30,9 +30,10 @@
|
|||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_body %}
|
||||
{% block javascript %}
|
||||
{{ block.super }}
|
||||
<script>
|
||||
$("#id_email").focus();
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endblock javascript %}
|
||||
{% endraw %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user