diff options
Diffstat (limited to 'budget/templates')
| -rw-r--r-- | budget/templates/home.html | 2 | ||||
| -rw-r--r-- | budget/templates/layout.html | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/budget/templates/home.html b/budget/templates/home.html index ea1d31d..eb795ba 100644 --- a/budget/templates/home.html +++ b/budget/templates/home.html @@ -13,7 +13,7 @@ {% endblock %} {% block container %} -<div class="container-fluid"> +<div class="container-fluid" style="margin-top: 20px"> <div class="content"> <h2>Welcome on your budget manager</h2> 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> |
