adding a "join the FSF" button at the top of pages

master
Andrew Engelbrecht 7 years ago
parent 18b42e106d
commit a0364380a9
  1. 7
      mediagoblin_libreplanet/__init__.py
  2. 5
      mediagoblin_libreplanet/templates/libreplanet/join.html

@ -18,7 +18,7 @@ import logging
import os
from mediagoblin import mg_globals
from mediagoblin.tools.pluginapi import get_config, register_template_path, register_routes
from mediagoblin.tools.pluginapi import get_config, register_template_path, register_routes, register_template_hooks
from mediagoblin.db.models import MediaEntry
from mediagoblin.db.util import media_entries_for_tag_slug
from mediagoblin.tools.pagination import Pagination
@ -109,3 +109,8 @@ hooks = {
'setup': setup_plugin,
'frontpage_view': frontpage_view_hook
}
register_template_hooks(
{'header_extra': "/mediagoblin/plugins/libreplanet/templates/libreplanet/join.html"}
)

@ -0,0 +1,5 @@
<a href="http://fsf.org/jfb">
<img id="join-button" src="//static.fsf.org/nosvn/join.en.png" alt="Join now" />
</a>
Loading…
Cancel
Save