1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

add the project's title in the list of bills

This commit is contained in:
Alexis Metaireau 2011-10-15 02:40:19 +02:00
parent ad392db53e
commit 8acd4984dd
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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(){