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:
parent
c1267da2ea
commit
ebcd64237d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="topbar">
|
<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 %}
|
{% if g.project %}
|
||||||
<ul>
|
<ul>
|
||||||
<li class="active"><a href="">{{ _("Bills") }}</a></li>
|
<li class="active"><a href="">{{ _("Bills") }}</a></li>
|
||||||
|
|
Loading…
Reference in a new issue