Go to file
jordi fita mas 477865477b Sort the list of localized alternate links
Since the locales is a map, and maps in Go do not have order, sometime
the language switcher was shown in a different order.

I sort by language code, which is as arbitrary as sorting by name, but
makes sense to me.
2023-08-07 11:00:14 +02:00
cmd/camper Allow users to update their profile images 2023-07-28 20:15:09 +02:00
debian Add correct dependencies for camper-sqitch 2023-07-31 16:20:13 +02:00
deploy Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
pkg Sort the list of localized alternate links 2023-08-07 11:00:14 +02:00
po Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
revert Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
test Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
verify Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00
web Add the language switched to the public layout 2023-08-06 05:53:52 +02:00
.gitignore Add the skeleton of the web application 2023-07-23 00:11:00 +02:00
Makefile Add Debian package 2023-07-27 20:00:08 +02:00
demo.sql Use HTTP Host to establish the request’s company 2023-08-03 20:21:21 +02:00
go.mod Add the skeleton of the web application 2023-07-23 00:11:00 +02:00
go.sum Add the skeleton of the web application 2023-07-23 00:11:00 +02:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Add add_campsite_type function and call it from Go with a proper form 2023-08-04 19:59:58 +02:00