Skip to content

move this line to extrajs block #201

Description

@jeanphilippegoldman

Hi,

<script src="{{url_for('static', filename='js/forms.js')}}" type="text/javascript"></script>

this js file is called before jquery and thus causes an error.
so slugifying the fullname is not working.
I think it should be inserted later in the dedicated extrajs block
{% block extrajs %}
<script... form.js></script>
{% endblock %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions