mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Corrected typo on home page
This commit is contained in:
parent
1c33248e72
commit
efb9d8942c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue