diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-07-24 15:59:52 +0200 | 
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-07-24 15:59:52 +0200 | 
| commit | ffaee081c018b0e254844910fd3878f916196054 (patch) | |
| tree | 21b66d88d505320da937c686de31bdea5d714ff0 /app/templates/modules/invoice-preview.html | |
| parent | b4dc6ca4cfb4b72d9a765ad2724509a2fd05f857 (diff) | |
Template paths.
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') }}"> --> | 
