diff options
author | Denise sur Lya <sekhmet@lya> | 2020-06-18 14:40:06 +0200 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2020-06-18 14:40:06 +0200 |
commit | be2bf5155489b103e616845ffedb1a58c3808c48 (patch) | |
tree | 8faeaeac748ff13201037571d507b9bdc8fbfaaa /templates/changelog.html | |
parent | a46e126967995e8483b4da81a1f3b586266ee86d (diff) | |
download | oms-be2bf5155489b103e616845ffedb1a58c3808c48.tar.gz oms-be2bf5155489b103e616845ffedb1a58c3808c48.tar.zst oms-be2bf5155489b103e616845ffedb1a58c3808c48.zip |
Changement de format pour l'export, ajout des boutons qui vont avec + divers
Diffstat (limited to 'templates/changelog.html')
-rw-r--r-- | templates/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/changelog.html b/templates/changelog.html index 24447f6..7ba96cd 100644 --- a/templates/changelog.html +++ b/templates/changelog.html | |||
@@ -7,7 +7,8 @@ | |||
7 | <h3>{{ ligne[0] }}</h3> | 7 | <h3>{{ ligne[0] }}</h3> |
8 | <div class="date">Le {{ ligne[1] }}</div> | 8 | <div class="date">Le {{ ligne[1] }}</div> |
9 | 9 | ||
10 | <p>{{ ligne[2]|safe }}</p> | 10 | <div class="contenu_changelog"> |
11 | {{ ligne[2]|safe }} | ||
11 | </div> | 12 | </div> |
12 | {% endfor %} | 13 | {% endfor %} |
13 | 14 | ||