1
0
Fork 0
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:
Frédéric Sureau 2011-08-09 17:26:57 +02:00
parent 1c33248e72
commit efb9d8942c

View file

@ -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>