1 {% extends 'base.html' %}
6 <form action=
"" method=
"post">
7 <table cellspacing=
"0">
10 <input type=
"submit" name=
"submit" value=
"Sauvegarder" />
12 <script type=
"text/javascript">
13 $('#id_poste').change(function() {
14 window.location = '{% url poste %}/' + $(this).val();