use template hooks instead of hardcoding in templates
authorRodney Ewing <ewing.rj@gmail.com>
Wed, 3 Jul 2013 14:16:31 +0000 (07:16 -0700)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 3 Jul 2013 18:49:17 +0000 (13:49 -0500)
commitfea0b3b289154c96017021d25b0ed455d6f7f7b4
tree1d290223a12ccf4404375d613123b69df2ef798d
parentd66f79031e07447ab22cb19a610f388ff85ce249
use template hooks instead of hardcoding in templates
mediagoblin/plugins/basic_auth/__init__.py
mediagoblin/plugins/openid/__init__.py
mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html [new file with mode: 0644]
mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html [new file with mode: 0644]
mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html [new file with mode: 0644]
mediagoblin/templates/mediagoblin/auth/login.html
mediagoblin/templates/mediagoblin/auth/register.html
mediagoblin/templates/mediagoblin/edit/edit_account.html