diff options
Diffstat (limited to 'ustayml/templates/load_data/success.html')
| -rw-r--r-- | ustayml/templates/load_data/success.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ustayml/templates/load_data/success.html b/ustayml/templates/load_data/success.html index 442ef74..956c186 100644 --- a/ustayml/templates/load_data/success.html +++ b/ustayml/templates/load_data/success.html @@ -12,5 +12,5 @@ de riesgo de deserción.</p> <p>Podrá validar que el procesamiento terminó verificando la fecha del reporte.</p> - <a href="{{ url_for('index') }}">Regresar al dashboard</a> + <a href="{{ url_for('dashboard.index') }}">Regresar al dashboard</a> {% endblock %}
\ No newline at end of file |
