diff options
Diffstat (limited to 'app/templates/modules/invoice-preview.html')
| -rw-r--r-- | app/templates/modules/invoice-preview.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/templates/modules/invoice-preview.html b/app/templates/modules/invoice-preview.html index f86f9a2..7dc2774 100644 --- a/app/templates/modules/invoice-preview.html +++ b/app/templates/modules/invoice-preview.html @@ -6,7 +6,7 @@      <head>  	<meta charset="utf-8">  	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to"> -	<title>Invoice preview for {{ invoice.customer.name }}</title> +	<title>invoice {{ invoice.date_billed }} for {{ invoice.customer.name }} {{ invoice.primary_key }}</title>  	<meta name="author" content="Marius Peter">  	<meta name="description" content="A new invoice for your project.">  	<!-- <link rel="icon" href="{{ url_for('static', filename='img/favicon.png') }}"> --> | 
