1 {% extends 'base.html' %}
4 <script type=
"text/javascript"
5 src=
"{{ MEDIA_URL }}js/jquery-1.5.1.min.js"></script>
13 <form action=
"" method=
"post">
14 <table cellspacing=
"0">
17 <input type=
"submit" name=
"submit" value=
"Sauvegarder" />
19 <script type=
"text/javascript">
20 $('#id_poste').change(function() {
21 window.location = '{% url poste %}/' + $(this).val();