projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Premier jet pour le formulaire de poste (manque le financement)
[auf_rh_dae.git]
/
project
/
templates
/
base.html
1
<html>
2
<head>
3
<title>
{% block title %}Autorisation d'embauche{% endblock %}
</title>
4
<script
type
=
"text/javascript"
5
src
=
"{{ MEDIA_URL }}js/jquery-1.5.1.min.js"
></script>
6
</head>
7
<body>
8
{% block content %}block content{% endblock %}
9
</body>
10
</html>
11