Actualizacion

parent 75d5e817
......@@ -32,11 +32,10 @@
{% block javascripts %}
<script>
var urlSitio = "{{url_sitio}}";
var seccionInicial = "{{seccionInicial}}";
function iniciarProceso(event) {
event.preventDefault();
window.location.assign(urlSitio + seccionInicial);
window.location.assign({{path('nutrapharm_homepage')}});
}
</script>
{% endblock %}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment