diff --git a/rhodecode/templates/base/social_buttons.html b/rhodecode/templates/base/social_buttons.html deleted file mode 100644 --- a/rhodecode/templates/base/social_buttons.html +++ /dev/null @@ -1,13 +0,0 @@ -<%def name="render_social_buttons(social_plugins, context_page=None)"> - - %for plugin in social_plugins: - - %if context_page == 'login': - ${_('Sign in with')} ${plugin.get_display_name()} - %elif context_page == 'register': - ${_('Connect with')} ${plugin.get_display_name()} - %endif - - %endfor - -