projets
/
auf_paf.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Nettoyage, 1ère passe…
[auf_paf.git]
/
paf
/
templates
/
register_success.html
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
{% extends "base.html" %}
2
3
{% block main %}
4
5
<div>
6
Enregistrement a été fait avec succès.<br />
7
Votre identifiant est: <em>{{ identifier }}</em>
8
</div>
9
10
{% endblock %}
11