#13 and #18 finished and PreReleased launch

This commit is contained in:
José Luis Garrido Labrador
2018-10-21 20:48:35 +02:00
parent cb7a16984b
commit d1353bd1cf
15 changed files with 450 additions and 100 deletions

View File

@@ -25,7 +25,7 @@
<script>
$(document).ready(function() {
var options = {success: function(data){
console.log(data);
window.location.href = '{{path('home')}}';
},
url: '{{ path("restore")}}',
} ;