]> git.cworth.org Git - turbot/blobdiff - turbot/sheets.py
Fix sheet creation to copy all sheets from our template
[turbot] / turbot / sheets.py
index bc7c7c68ceb777a2e0cd86b366264ae1e47da3ae..9f8b7c3e0d38eabb0fd08332b684ea39789fea66 100644 (file)
@@ -1,5 +1,6 @@
 PUZZLE_TEMPLATE_ID = "1drSoyrE4gM3JaGweDkOybwXWdKPIDTfUmB1gQCYS3Uw"
-PUZZLE_TEMPLATE_SHEETS = ["Text", "Grid"]
+PUZZLE_TEMPLATE_SHEETS = ["Text", "Square grid", "Hex Grid",
+                          "Formula reference: indexing"]
 
 def sheets_create(turb, name):
     """Create a new sheet with the given name.