Go to file
jordi fita mas d117ce5027 Add public page for campsite type, and function to edit them
Had to export and move PublicPage struct to template because i can not
import app from campsites/types: app already imports campsite for the
http handler, and it, in turn, imports the types package for its own
http handler; an import loop.

Also had to replace PublicPage.MustRender with a Setup function because
the page passed down to html/template was the PublicPage struct, not
whatever struct embeds it.  I was thinking more of Java inheritance here
rather than struct embedding.
2023-08-08 02:45:54 +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 public page for campsite type, and function to edit them 2023-08-08 02:45:54 +02:00
pkg Add public page for campsite type, and function to edit them 2023-08-08 02:45:54 +02:00
po Add public page for campsite type, and function to edit them 2023-08-08 02:45:54 +02:00
revert Add public page for campsite type, and function to edit them 2023-08-08 02:45:54 +02:00
test Add public page for campsite type, and function to edit them 2023-08-08 02:45:54 +02:00
verify Add public page for campsite type, and function to edit them 2023-08-08 02:45:54 +02:00
web Add public page for campsite type, and function to edit them 2023-08-08 02:45:54 +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 Move the user role down to company_user relation 2023-08-08 02:22:16 +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 public page for campsite type, and function to edit them 2023-08-08 02:45:54 +02:00