Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Met à jour l'année #2061

Merged
merged 1 commit into from
Feb 4, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Zeste de Savoir
Copyright (c) 2014 Zeste de Savoir
Copyright (c) 2014-2015 Zeste de Savoir

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# General information about the project.
project = u'Zeste de Savoir'
copyright = u'2014, zestedesavoir'
copyright = u'2015, zestedesavoir'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ <h2 class="subtitle" {% if schema %}itemprop="description"{% endif %}>{{ headlin
<footer class="page-footer">
<div class="wrapper">
<p class="copyright">
{{app.site.litteral_name}} &bull; {{app.site.year}}
{{app.site.litteral_name}}
<span class="version">
&bull; {% trans "Version" %} : <a href="{{git_version.url}}">{{git_version.name}}</a>
</span>
Expand Down
1 change: 0 additions & 1 deletion zds/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@
u"sur lequel vous trouverez des tutoriels de tous niveaux, "
u"des articles et des forums d'entraide animés par et pour "
u"la communauté.",
'year': u"2014",
'association': {
'name': u"Zeste de Savoir",
'fee': u"30 €",
Expand Down