{% extends 'base.html' %}
+{% block title %}RH - DAE{% endblock %}
+{% block titre %}Ressources humaines{% endblock %}
+{% block sous_titre %}Demande d'autorisation d'embauche{% endblock %}
+
{% block extrahead %}
<script src="{{ MEDIA_URL }}js/jquery-1.5.1.min.js"
type="text/javascript"></script>
rel="stylesheet" />
{% endblock %}
-{% block title %}
- Formulaire poste
-{% endblock %}
-
{% block main %}
+<h1>Demande d'autorisation de création de poste</h1>
+
+
<h2>
{% if new %}
Nouveau poste
{% else %}
- Poste
+ Mise à jour du poste : {{ poste }}
{% endif %}
</h2>
+
<form action="" method="post">
<table cellspacing="0">
{{ form.as_table }}