aboutsummaryrefslogtreecommitdiff
path: root/budget/templates
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-08-21 14:57:05 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-08-21 14:57:05 +0200
commita90959ba70eafb3157ac510235d3ecaff143407a (patch)
tree9ed09d85c0f76c6a9e937328308fc05159dabff5 /budget/templates
parentb94124866266e63369a5054917c2abfb93da5fe6 (diff)
downloadihatemoney-mirror-a90959ba70eafb3157ac510235d3ecaff143407a.zip
ihatemoney-mirror-a90959ba70eafb3157ac510235d3ecaff143407a.tar.gz
ihatemoney-mirror-a90959ba70eafb3157ac510235d3ecaff143407a.tar.bz2
include bootstrap.css in the files to avoid weird changes in the future, Add a mention about the freedom of the project. Fixes #16
Diffstat (limited to 'budget/templates')
-rw-r--r--budget/templates/home.html2
-rw-r--r--budget/templates/layout.html5
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>