mirror of https://github.com/nanoy42/coope
7 changed files with 36 additions and 3 deletions
@ -0,0 +1,3 @@ |
|||||
|
## v3.0.1 |
||||
|
* Fix page inactive |
||||
|
* Fix prix dans les historiques de consommations |
||||
@ -0,0 +1,19 @@ |
|||||
|
{% extends 'base.html' %} |
||||
|
{% block entete %}Site inactif{% endblock %} |
||||
|
{% block navbar %} |
||||
|
<ul> |
||||
|
<li><a href="#first">Site inactif</a></li> |
||||
|
</ul> |
||||
|
{% endblock %} |
||||
|
{% block content %} |
||||
|
<section id="first" class="main"> |
||||
|
<header class="major"> |
||||
|
<h2>Site inactif</h2> |
||||
|
</header> |
||||
|
<section> |
||||
|
Le site coope.rez est actuellement inactif.<br> |
||||
|
|
||||
|
<strong>Raison : {{message}}</strong> |
||||
|
</section> |
||||
|
</section> |
||||
|
{% endblock %} |
||||
Loading…
Reference in new issue