Exporting to spreadsheet creates a sheet per chaper

This commit is contained in:
2022-02-18 00:31:38 +02:00
parent 249551cbc5
commit b72fd3029f
2 changed files with 195 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ block content
a.btn.black(href=`/projects/${project.id}/campaign`) funding campaign
.row
.col.s12
form(action=`/projects/${project.id}/spreadsheet`, method="post")
form(action=`/projects/${project.id}/sheets`, method="post")
button.btn.black(type="submit") export to spreadsheets
.divider