Skip to content
Snippets Groups Projects
Unverified Commit 0c5818a1 authored by MartaFM's avatar MartaFM Committed by GitHub
Browse files

Merge pull request #39 from SergioEstebanP/creadas_tecnico

verabiertastecnico
parents e210d721 6edd8770
No related branches found
No related tags found
No related merge requests found
......@@ -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 to comment