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();
|
||||
return false;
|
||||
});
|
||||
$(".required-field").prepend("<span style='color:red;'>* </div>");
|
||||
});
|
||||
</script>
|
||||
{% block extra_script %}{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue