commit/galaxy-central: dannon: Fix OpenID to work post grid refactoring.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/66c38fea170f/ Changeset: 66c38fea170f Branch: next-stable User: dannon Date: 2014-06-02 18:26:12 Summary: Fix OpenID to work post grid refactoring. Affected #: 1 file diff -r 5db75eaf06614909c09a6bbd70fe6f18007a39a8 -r 66c38fea170f5dac9fe8fb8296077e400391b28a templates/user/openid_manage.mako --- a/templates/user/openid_manage.mako +++ b/templates/user/openid_manage.mako @@ -4,7 +4,8 @@ <%namespace file="login.mako" import="render_openid_form" /><%def name="load()"> - ${parent.load()} <h2>Associate more OpenIDs</h2> ${render_openid_form( kwargs['redirect'], True, kwargs['openid_providers'] )} -</%def> \ No newline at end of file + <br/><br/> + ${parent.load()} +</%def> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org