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

change the link in the footer as well

This commit is contained in:
Alexis Metaireau 2011-10-18 00:04:50 +02:00
parent 4d88c37d6b
commit 6f3b9dfda8

View file

@ -90,7 +90,7 @@
{% endblock %}
{% block footer %}
<div id="footer">
<p><a href="https://github.com/ametaireau/budget-manager">{{ _("This is a free software") }}</a>, {{ _("you can contribute and improve it!") }}</p>
<p><a href="https://github.com/spiral-project/ihatemoney">{{ _("This is a free software") }}</a>, {{ _("you can contribute and improve it!") }}</p>
</div>
{% endblock %}