diff options
Diffstat (limited to 'budget')
| -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 423db7e..9769c59 100644 --- a/budget/templates/recent_projects.html +++ b/budget/templates/recent_projects.html @@ -1,5 +1,5 @@ {% if 'projects' in session %} - <h3>Recently visisted projects</h3> + <h3>Recently visited projects</h3> <ul> {% for id, name in session['projects'] %} <li><a href="{{ url_for("list_bills", project_id=id) }}">{{ name }}</a></li> |
