Skip to content

Commit 135722f

Browse files
committed
Move templates to their base directory
1 parent b5bf191 commit 135722f

13 files changed

Lines changed: 23 additions & 56 deletions
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
2-
3-
4-
5-
6-
{% extends 'ptplot/base.html' %}
7-
1+
{% extends 'base.html' %}
82
{% block content %}
93

104
<h2>PTPlot: About</h2>
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
2-
3-
{% extends 'ptplot/base.html' %}
4-
1+
{% extends 'base.html' %}
52
{% block content %}
63

74
{% if point_list %}

ptplot/templates/ptplot/model_detail_plot.html renamed to ptplot/templates/model_detail_plot.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
2-
3-
{% extends 'ptplot/model_detail.html' %}
4-
1+
{% extends 'model_detail.html' %}
52
{% block results %}
63

74
<h4>Results for all points</h4>

ptplot/templates/ptplot/model_point_plot.html renamed to ptplot/templates/model_point_plot.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
2-
3-
{% extends 'ptplot/model_detail.html' %}
4-
1+
{% extends 'model_detail.html' %}
52
{% block results %}
63

74
<h3>Results for point

ptplot/templates/ptplot/model_scenario_plot.html renamed to ptplot/templates/model_scenario_plot.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
2-
3-
{% extends 'ptplot/model_detail.html' %}
4-
1+
{% extends 'model_detail.html' %}
52
{% block results %}
63

74
<h3>Results for scenario: {{ selected_scenario.scenario_name }}</h3>
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
2-
3-
4-
{% extends 'ptplot/base.html' %}
5-
1+
{% extends 'base.html' %}
62
{% block content %}
73

84
<h2>PTPlot: Benchmark points for models</h2>
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
2-
{% extends 'ptplot/base.html' %}
3-
1+
{% extends 'base.html' %}
42
{% block content %}
53

64
<h2>PTPlot: Plot multiple parameter points</h2>

ptplot/templates/ptplot/parameterchoice.html renamed to ptplot/templates/parameterchoice.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
2-
3-
{% extends 'ptplot/base.html' %}
4-
1+
{% extends 'base.html' %}
52
{% block content %}
63

74
{% if point_list %}
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
2-
{% extends 'ptplot/base.html' %}
3-
4-
5-
1+
{% extends 'base.html' %}
62
{% block content %}
73

84
<h2>PTPlot: Plot a single parameter point</h2>

0 commit comments

Comments
 (0)