diff options
| author | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2023-11-13 21:13:06 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2023-11-13 21:13:06 -0500 |
| commit | 91533974922ec3dfb1d84f60ddd6e145301ba800 (patch) | |
| tree | af992b77adde0cd79de6a0181074e088b10ed64d /ustayml/templates/students | |
| parent | 5e4487a99f357c08662ed5dabd0c7f21664c15eb (diff) | |
Diffstat (limited to 'ustayml/templates/students')
| -rw-r--r-- | ustayml/templates/students/details.html | 2 | ||||
| -rw-r--r-- | ustayml/templates/students/index.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ustayml/templates/students/details.html b/ustayml/templates/students/details.html index 663124c..a1d3869 100644 --- a/ustayml/templates/students/details.html +++ b/ustayml/templates/students/details.html @@ -69,7 +69,7 @@ <div></div> <span>Significancia de variables:</span> <div class="chart"> - <img src="{{ url_for('static', filename='img/sample-bar_chart.png') }}"> + <img src="{{ url_for('static', filename='img/ss_20231113_190519.png') }}"> </div> </div> </div> diff --git a/ustayml/templates/students/index.html b/ustayml/templates/students/index.html index 29d1048..e74ed9c 100644 --- a/ustayml/templates/students/index.html +++ b/ustayml/templates/students/index.html @@ -74,7 +74,7 @@ <th>CRAEst</th> <th>PPNE3</th> <th>mérito</th> - <th>ciclos est.</th> + {# <th>ciclos est.</th> #} <th>riesgo est.</th> </tr> </thead> @@ -90,7 +90,7 @@ <td>{{ student['current_craest'] }}</td> <td>{{ student['current_ppne3'] }}</td> <td>{{ student['current_merit'] }}</td> - <td>{{ student['est_study_length'] }}</td> + {# <td>{{ student['est_study_length'] }}</td> #} <td>{{ student['est_desertion_risk_class'] }}</td> </tr> {% endfor %} |
