Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
453e54fc
Commit
453e54fc
authored
Sep 29, 2011
by
Arno Töll
Browse files
Put a text link to our sponsor into the footer
parent
3fd8a76b
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/templates/base.mako
View file @
453e54fc
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment