change gitweb URL to /gitweb.cgi because of hosting changes
This commit is contained in:
parent
94522814ef
commit
95a5cf0000
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ License along with this program. If not, see
|
|||
<div id="footer">
|
||||
${h.image(h.url('/images/agplv3-88x31.png'), _('AGPL - Free Software'), 88, 31,
|
||||
id='agpllogo')}
|
||||
<p>${h.literal(_('''The service is available under the terms of the <a href="http://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You can <a href="%s">download the source code</a> using <a href="http://git-scm.com/">git</a>.''') % ('http://debianstuff.dittberner.info/gitweb?p=ddportfolioservice.git;a=summary'))}</p>
|
||||
<p>${h.literal(_('''The service is available under the terms of the <a href="http://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You can <a href="%s">download the source code</a> using <a href="http://git-scm.com/">git</a>.''') % ('http://debianstuff.dittberner.info/gitweb.cgi?p=ddportfolioservice.git;a=summary'))}</p>
|
||||
<p>${_(u'''Copyright © 2009, 2010 Jan Dittberner''')}</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue