Fixed bug #1568575 'Wrong website copyright'

Fixes: https://launchpad.net/bugs/1568575
This commit is contained in:
Daniel Borges 2016-04-14 18:35:13 -03:00
parent 2cca831c47
commit 7ae73ff75a
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ ${template_hooks['extra_head']()}
<div class="row">
<div class="col-md-12">
<p class="text-center">
Copyright &copy; 2004-2015 OpenLP Developers |
Copyright &copy; 2004-2016 OpenLP Developers |
Theme based on <a href="http://htmlcoder.me/worthy-free-bootstrap-template">Worthy</a> by HTML Coder |
<i class="fa fa-fw fa-money"></i> <a href="/donate">Donate to OpenLP</a>
</p>

View File

@ -568,7 +568,7 @@
<div class="row">
<div class="col-md-12">
<p class="text-center">
Copyright &copy; 2004-2015 OpenLP Developers |
Copyright &copy; 2004-2016 OpenLP Developers |
Theme based on <a href="http://htmlcoder.me/worthy-free-bootstrap-template">Worthy</a> by HTML Coder |
<i class="fa fa-fw fa-money"></i> <a href="/donate">Donate to OpenLP</a>
</p>