Commit 453e54fc authored by Arno Töll's avatar Arno Töll
Browse files

Put a text link to our sponsor into the footer

parent 3fd8a76b
...@@ -95,13 +95,15 @@ ...@@ -95,13 +95,15 @@
<div id="footer"> <div id="footer">
<p>© 2008-2011 ${c.config['debexpo.sitename']} <p>© 2008-2011 ${c.config['debexpo.sitename']}
- -
Hosting and hardware provided by <a href="http://www.wavecon.de">Wavecon</a>
-
<a href="https://alioth.debian.org/projects/debexpo/">${ _('Source code and bugs')}</a> <a href="https://alioth.debian.org/projects/debexpo/">${ _('Source code and bugs')}</a>
- -
${ h.tags.link_to( _('Contact'), h.url('contact')) } ${ h.tags.link_to( _('Contact'), h.url('contact')) }
% if 'user_id' in session: % if 'user_id' in session:
- -
<a href="/logout">Logout</a> <a href="/logout">Logout</a>
% endif % endif
% if c.feed_url: % if c.feed_url:
<a class="rss_logo" href="${ c.feed_url }">RSS</a> <a class="rss_logo" href="${ c.feed_url }">RSS</a>
% endif % endif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment