diff options
Diffstat (limited to 'budget/templates/layout.html')
| -rw-r--r-- | budget/templates/layout.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 328b392..cb7ab10 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -80,6 +80,11 @@ </div> </div> {% endblock %} +{% block footer %} +<div class="footer"> + <p><a href="https://github.com/ametaireau/budget-manager">This is a free software</a>, you can contribute and improve it!</p> +</div> +{% endblock %} </body> </html> |
