aboutsummaryrefslogtreecommitdiff
path: root/ustayml/templates/students/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'ustayml/templates/students/index.html')
-rw-r--r--ustayml/templates/students/index.html4
1 files changed, 2 insertions, 2 deletions
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 %}