diff --git a/conekt/controllers/heatmap.py b/conekt/controllers/heatmap.py index 97cff80..19c7211 100644 --- a/conekt/controllers/heatmap.py +++ b/conekt/controllers/heatmap.py @@ -72,7 +72,7 @@ def heatmap_main(): @heatmap.route('/results/default', methods=['POST'] ) -def heatmap_custom_normal(): +def heatmap_custom_default(): form = HeatmapForm(request.form) form.populate_species() form.populate_options() diff --git a/conekt/templates/expression_heatmap.html b/conekt/templates/expression_heatmap.html index d559128..7ed55bc 100644 --- a/conekt/templates/expression_heatmap.html +++ b/conekt/templates/expression_heatmap.html @@ -130,7 +130,7 @@