Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

pinax-theme-bootstrap has inline scripts that can't be overridden #29

Open
Kataract opened this issue Feb 17, 2018 · 0 comments
Open

pinax-theme-bootstrap has inline scripts that can't be overridden #29

Kataract opened this issue Feb 17, 2018 · 0 comments

Comments

@Kataract
Copy link
Member

This causes issues for #20

Signup contains a <script> block:

    <script type="text/javascript">
        $(document).ready(function() {
            $('#id_username').focus();
        });
    </script>

This is part of the pinax-theme-bootstrap templates, and interferes with attempts to focus form errors.

@Kataract Kataract mentioned this issue Feb 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant