[jQuery] forms validation problem
dear all,
I'm new with jquery and I have problem with my code for forms
validation. the error message cannot show up. I build the web site
using django. my code as per following below:
{% extends 'base_site.html' %}
{% load i18n %}
{% block breadcrumbs %}<div class="breadcrumbs"><a href="/">{% trans
'Home' %}</
a> › {% trans 'Update Profile' %}</div>{% endblock %}
{% block head %}
{% block title %}{% trans "Update Profile" %}{% endblock %}
<link rel="stylesheet" type="text/css" href="/site_media/error.css" />
<script type="text/javascript" src="/site_media/jquery-1.2.6.min.js" /