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:
parent
ad392db53e
commit
8acd4984dd
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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(){
|
||||
|
|
Loading…
Add table
Reference in a new issue