Skip to content

Commit

Permalink
Rename optional config attributes name accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Sep 1, 2016
1 parent 05fa9b9 commit 3d9df64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/plugins/visualizations/charts/templates/charts.mako
@@ -1,7 +1,7 @@
<%
root = h.url_for( "/" )
app_root = root + "plugins/visualizations/charts/static/"
repository_root = app.config.get( "charts_plugins_url", "https://raw.githubusercontent.com/guerler/galaxy-charts/master/" )
repository_root = app.config.get( "charts_repository_url", "https://raw.githubusercontent.com/guerler/galaxy-charts/master/" )
%>

<!DOCTYPE HTML>
Expand Down

0 comments on commit 3d9df64

Please sign in to comment.