mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
Fix missing javascript rendering in reset_password view.
This commit is contained in:
parent
7777efd9b1
commit
7dcd6c5870
1 changed files with 3 additions and 2 deletions
|
|
@ -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 a new issue