aboutsummaryrefslogtreecommitdiff
path: root/budget
diff options
context:
space:
mode:
Diffstat (limited to 'budget')
-rw-r--r--budget/templates/layout.html2
-rw-r--r--budget/templates/list_bills.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index 8c43b5e..1f04d32 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>{{ _("Account manager") }}</title>
+ <title>{{ _("Account manager") }}{% block title %}{% endblock %}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel=stylesheet type=text/css href="{{ url_for("static", filename='main.css') }}">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index 0a221db..440a973 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -1,5 +1,6 @@
{% extends "layout.html" %}
+{% block title %}- {{ g.project.name }}{% endblock %}
{% block js %}
// display the form when clicking on the "add bill" button
var show_form = function(){