eisbuk / EisBuk

Manage bookings for ice skating lessons
GNU Affero General Public License v3.0
0 stars 1 forks source link

In printable attendance view make all trainer cells `contenteditable="true"` #897

Closed silviot closed 9 months ago

silviot commented 9 months ago

When daily attendance sheets are printed they're filled in by hand with trainer names. It would be nice to be able to fill them up before printing. The data entered does not need to be saved anywhere.

Adding contenteditable="true" to all trainer cells will make this possible.