1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

clicking on the logo should return on the homepage

This commit is contained in:
Alexis Metaireau 2011-10-15 21:49:27 +02:00
parent c1267da2ea
commit ebcd64237d

View file

@ -42,7 +42,7 @@
<body>
<div class="topbar">
<h3><a class="logo" href="{% if g.project %}{{ url_for(".list_bills") }}{% endif %}">#! money?</a></h3>
<h3><a class="logo" href="{{ url_for(".home") }}">#! money?</a></h3>
{% if g.project %}
<ul>
<li class="active"><a href="">{{ _("Bills") }}</a></li>