Skip to content

Commit

Permalink
Remove request parsing to masthead mako
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 30, 2017
1 parent 9444686 commit 7a2be3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/webapps/galaxy/galaxy.masthead.mako
Expand Up @@ -30,7 +30,6 @@
'ftp_upload_dir' : app.config.get("ftp_upload_dir", None),
'ftp_upload_site' : app.config.get("ftp_upload_site", None),
'datatypes_disable_auto' : app.config.get_bool("datatypes_disable_auto", False),
'user_requests' : bool( trans.user and ( trans.user.requests or app.security_agent.get_accessible_request_types( trans, trans.user ) ) ),
'user_json' : get_user_dict()
}
%>
Expand Down

0 comments on commit 7a2be3b

Please sign in to comment.