kpsul/cof/templates/404.html
Martin Pépin 5aff771d9c Set the new structure of gestioCOF
- `cof` is renamed `gestioCOF`
- `gestioncof` become `cof` (yes it looks pretty stupid but it is not)
- `bds` is created
2017-02-09 21:28:36 +01:00

7 lines
146 B
HTML

{% extends "base_title.html" %}
{% block realcontent %}
<h1><strong>404</strong></h1>
<p>Wouh pinaise, y'a rien ici !</p>
{% endblock %}