Skip to content

Commit

Permalink
Changed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaudin committed Jan 9, 2012
1 parent 1ba0501 commit 5efc852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
def common(request=None):
return {'logo_url': settings.LOGO_URL,
'parent_site_url': settings.PARENT_SITE_URL,
'version': '1.5.1',
'version': '1.5.2',
'GOOGLE_API_KEY': settings.GOOGLE_API_KEY,
'demo_mode': settings.DEMO,
'title_prefix': settings.TITLE_PREFIX}
6 changes: 5 additions & 1 deletion templates/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@
</head>

<body style="margin:10px">
<h1>Version 1.5.1</h1>
<h1>Version 1.5.2</h1>
<ul>
<li>Ajout de la TVA à 7%</li>
<li>Quantité à 2 décimales</li>
</ul>
<h1>Version 1.5.1</h1>
<ul>
<li>Correction d'un bug sur la génération PDF (accent)</li>
</ul>
<h1>Version 1.5</h1>
<ul>
<li>Ajout d'une note de bas de page sur les devis et factures</li>
Expand Down

0 comments on commit 5efc852

Please sign in to comment.