diff options
Diffstat (limited to 'budget/templates/recent_projects.html')
| -rw-r--r-- | budget/templates/recent_projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/recent_projects.html b/budget/templates/recent_projects.html index 91e1dd6..df4972d 100644 --- a/budget/templates/recent_projects.html +++ b/budget/templates/recent_projects.html @@ -1,5 +1,5 @@ {% if 'projects' in session %} - <h3>Your projects</h3> +<h3>{{ _("Your projects") }}</h3> <ul> {% for id, name in session['projects'] %} <li><a href="{{ url_for("list_bills", project_id=id) }}">{{ name }}</a></li> |
