Skip to content

Commit

Permalink
use underscore for template name
Browse files Browse the repository at this point in the history
  • Loading branch information
alanna scott committed Jun 8, 2017
1 parent 8bd9a35 commit d3745ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def add(self):
for d in datasources
]
return self.render_template(
"superset/add-slice.html",
"superset/add_slice.html",
bootstrap_data=json.dumps({
'datasources': datasources,
}),
Expand Down

0 comments on commit d3745ed

Please sign in to comment.