ok merci pour ta reponse, stp regarde si j'ai bien le lien vers mon fichier
css
voici le code du template de base (base.html):
[CODE]
<html>
<head>
<title>{% block title %}ALLfreedoctors{% endblock %}</title>
<link rel="stylesheet" type="text/css" media="all" href="../{{
STATIC_URL }}css/eclairage.css" />
<script type="text/javascript"
src="/site-media/jquery-1.4.2.min.js"></script>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td align="center">
{% block header %}
{% include "header.html" %}
{% endblock %}
</td>
</tr>
<tr valign="top">
<td height="683">
<br />
<table border="0" cellspacing="0" cellpadding="0" align="center"
width="980" height="633">
<tr valign="top">
<td width="980">
<br />
<br />
{% block content %}
<h3>Voici mon application : </h3>
{% endblock %}
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" align="center"
width="980" height="22">
<tr valign="top">
<td height="22" align="center" >
{% block footer %}
{% include "footer.html" %}
{% endblock %}
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
[/CODE]
_______________________________________________
django mailing list
[email protected]
http://lists.afpy.org/mailman/listinfo/django