numerus/pkg
jordi fita mas e0abf98bb1 Add custom function to get the current locale from templates
This is just to set the correct `lang` attribute on the HTML, so that
text readers can do its job and the `(optional)` suffix of labels gets
the correct ”translation”.
2023-01-31 15:45:51 +01:00
..
company.go Move page titles to their respective templates 2023-01-31 13:07:17 +01:00
contacts.go Move page titles to their respective templates 2023-01-31 13:07:17 +01:00
db.go Prefix with “Must” all functions that panic 2023-01-22 20:37:43 +01:00
form.go Validate profile form and use templates for fields 2023-01-31 15:40:12 +01:00
locale.go Validate profile form and use templates for fields 2023-01-31 15:40:12 +01:00
logger.go Move source file to the root of pkg 2023-01-17 10:40:22 +01:00
login.go Rename extension of templates to .gohtml 2023-01-30 16:48:21 +01:00
profile.go Tell IDE to shut up about an update without where of a single record 2023-01-31 15:41:05 +01:00
recover.go Gofmt recover.go 2023-01-22 20:37:34 +01:00
router.go Rename extension of templates to .gohtml 2023-01-30 16:48:21 +01:00
template.go Add custom function to get the current locale from templates 2023-01-31 15:45:51 +01:00