prepend required fields with asterisks
This commit is contained in:
parent
78278f4adb
commit
23821afb5d
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@
|
||||||
form.submit();
|
form.submit();
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
$(".required-field").prepend("<span style='color:red;'>* </div>");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% block extra_script %}{% endblock %}
|
{% block extra_script %}{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue