diff options
Diffstat (limited to 'budget/templates/edit_project.html')
| -rw-r--r-- | budget/templates/edit_project.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/edit_project.html b/budget/templates/edit_project.html index c69045d..0349fe7 100644 --- a/budget/templates/edit_project.html +++ b/budget/templates/edit_project.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} -<h2>Edit this project</h2> +<h2>{{ _("Edit this project") }}</h2> <form method="post"> {{ forms.edit_project(form) }} </form> |
