Changeset - 23821afb5d6b
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-19 07:10:46
lukeman@gmail.com
prepend required fields with asterisks
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
symposion_project/templates/site_base.html
Show inline comments
...
 
@@ -110,10 +110,11 @@
 
        $(function() {
 
            $("#logout_link").on("click", function(e) {
 
                var form = $($(this).data("form-submit"));
 
                form.submit();
 
                return false;
 
            });
 
            $(".required-field").prepend("<span style='color:red;'>* </div>");
 
        });
 
    </script>
 
    {% block extra_script %}{% endblock %}
 
{% endblock %}
0 comments (0 inline, 0 general)