numerus/web/template
jordi fita mas 2883438157 Handle tax details and new tax forms with structs and validation
I implemented the Valuer and Scanner interfaces to InputField and
SelectField for better passing values between the database and Go.  I
had a conflict with the Value name and renamed the struct member to Val.

I also had to change the attributes array to be of type
template.HTMLAttr or html/template would replace `form="newtax"`
attribute to `zgotmplz="newtax"` because it deems it “unsafe”.  I do
not like having to use template.HTMLAttr when assigning values, but
i do not know what else i can do now.
2023-02-01 14:15:02 +01:00
..
app.gohtml Rename Customer to Contact 2023-02-01 10:14:26 +01:00
contacts-index.gohtml Rename Customer to Contact 2023-02-01 10:14:26 +01:00
contacts-new.gohtml Handle tax details and new tax forms with structs and validation 2023-02-01 14:15:02 +01:00
dashboard.gohtml Move page titles to their respective templates 2023-01-31 13:07:17 +01:00
form.gohtml Handle tax details and new tax forms with structs and validation 2023-02-01 14:15:02 +01:00
login.gohtml Use a “proper” struct for the login form 2023-02-01 11:02:32 +01:00
profile.gohtml Validate profile form and use templates for fields 2023-01-31 15:40:12 +01:00
tax-details.gohtml Handle tax details and new tax forms with structs and validation 2023-02-01 14:15:02 +01:00
web.gohtml Add custom function to get the current locale from templates 2023-01-31 15:45:51 +01:00