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 %}
Hi,
pybossa-default-theme/templates/account/register.html
Line 35 in 6276d13
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 %}