sync working

This commit is contained in:
vabene1111
2018-03-30 23:37:31 +02:00
parent a155c0c522
commit e09b4d3074
5 changed files with 45 additions and 9 deletions

View File

@@ -81,7 +81,7 @@
var link = $('#a_recipe_open');
link.hide();
url = "{% url 'get_file_link' recipe_id=12345 %}".replace(/12345/, id);
url = "{% url 'api_get_file_link' recipe_id=12345 %}".replace(/12345/, id);
link.text("{% trans 'Open Recipe' %}");
$('#modal_recipe').modal('show');