aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-10-15 02:40:19 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-10-15 02:40:19 +0200
commit8acd4984ddb403a91548180988041a163e041b3e (patch)
treec5d3ed000993f96385f00d9fe999275792dacff6 /budget/templates/layout.html
parentad392db53ef57c5338fd1844a336f3daf4ef9f96 (diff)
downloadihatemoney-mirror-8acd4984ddb403a91548180988041a163e041b3e.zip
ihatemoney-mirror-8acd4984ddb403a91548180988041a163e041b3e.tar.gz
ihatemoney-mirror-8acd4984ddb403a91548180988041a163e041b3e.tar.bz2
add the project's title in the list of bills
Diffstat (limited to 'budget/templates/layout.html')
-rw-r--r--budget/templates/layout.html2
1 files changed, 1 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>