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
...
 
@@ -113,6 +113,7 @@
 
                form.submit();
 
                return false;
 
            });
 
            $(".required-field").prepend("<span style='color:red;'>* </div>");
 
        });
 
    </script>
 
    {% block extra_script %}{% endblock %}
0 comments (0 inline, 0 general)