Skip to content
Snippets Groups Projects
Commit 6edd8770 authored by Martafm's avatar Martafm
Browse files

verabiertastecnico

parent 4dd075d3
No related branches found
No related tags found
1 merge request!39verabiertastecnico
......@@ -107,7 +107,7 @@ def incidencias_abiertas():
@login_required
def incidencias_abiertas_tec():
incidencias = get_incidencias_reportadas_por(current_user.nick)
return render_template('incidencias_tecnico.html', incidencias=incidencias, titulo='Incidencias abiertas reportadas por '+current_user.nick)
return render_template('incidencias_cliente.html', incidencias=incidencias, titulo='Incidencias abiertas reportadas por '+current_user.nick)
@app.route('/incidencias_abiertas_clientes')
@login_required
......
......@@ -96,7 +96,7 @@
</tr>
<tr>
<th scope="row">4</th>
<td>Tiempo estimado de resolución</td>
<td>Tiempo de resolución</td>
{% if incidencia.tiempoEstimado != 0 %}
<td>{{ incidencia.tiempoEstimado }} horas</td>
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment