diff --git a/web/template/invoices/edit.gohtml b/web/template/invoices/edit.gohtml index 1e4f02c..84c8aec 100644 --- a/web/template/invoices/edit.gohtml +++ b/web/template/invoices/edit.gohtml @@ -17,7 +17,10 @@ {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.editInvoicePage*/ -}}

{{ printf (pgettext "Edit Invoice ā€œ%sā€" "title") .Number }}

-
+ {{ csrfToken }} {{ with .Form -}} @@ -78,7 +81,8 @@ diff --git a/web/template/invoices/new.gohtml b/web/template/invoices/new.gohtml index a3013ca..ae5e43e 100644 --- a/web/template/invoices/new.gohtml +++ b/web/template/invoices/new.gohtml @@ -17,7 +17,10 @@ {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.newInvoicePage*/ -}}

{{(pgettext "New Invoice" "title")}}

- + {{ csrfToken }} {{ with .Form -}} @@ -77,7 +80,8 @@ diff --git a/web/template/quotes/edit.gohtml b/web/template/quotes/edit.gohtml index fe6066d..216c5f6 100644 --- a/web/template/quotes/edit.gohtml +++ b/web/template/quotes/edit.gohtml @@ -17,7 +17,10 @@ {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.editQuotationPage*/ -}}

{{ printf (pgettext "Edit Quotation ā€œ%sā€" "title") .Number }}

- + {{ csrfToken }} {{ with .Form -}} @@ -79,7 +82,8 @@ diff --git a/web/template/quotes/new.gohtml b/web/template/quotes/new.gohtml index e96a2b5..d6c9eaf 100644 --- a/web/template/quotes/new.gohtml +++ b/web/template/quotes/new.gohtml @@ -17,7 +17,10 @@ {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.newQuotePage*/ -}}

{{(pgettext "New Quotation" "title")}}

- + {{ csrfToken }} {{ with .Form -}} @@ -78,7 +81,8 @@