diff options
Diffstat (limited to 'budget/templates/edit_project.html')
| -rw-r--r-- | budget/templates/edit_project.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/budget/templates/edit_project.html b/budget/templates/edit_project.html index e84ad97..0240eff 100644 --- a/budget/templates/edit_project.html +++ b/budget/templates/edit_project.html @@ -3,13 +3,13 @@ {% 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 %} {% block content %} <h2>{{ _("Edit this project") }}</h2> -<form method="post"> +<form class="form-horizontal" method="post"> {{ forms.edit_project(form) }} </form> {% endblock %} |
