aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/edit_project.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/edit_project.html')
-rw-r--r--budget/templates/edit_project.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/edit_project.html b/budget/templates/edit_project.html
index 585d231..0240eff 100644
--- a/budget/templates/edit_project.html
+++ b/budget/templates/edit_project.html
@@ -3,7 +3,7 @@
{% block js %}
$('#delete-project').click(function ()
{
- $(this).html("<a style='color:red; ' href='{{ url_for('.remove_project') }}' >{{_("you sure?")}}</a>");
+ $(this).html("<a style='color:red; ' href='{{ url_for('.delete_project') }}' >{{_("you sure?")}}</a>");
});
{% endblock %}