slugbucket / crossword-hints

Python Flask web application to aid decipherment of cryptic crossword clues for known setters
GNU General Public License v3.0
1 stars 0 forks source link

Editing crossoword solutions shows the solution type as anagram - bug0032 #34

Closed slugbucket closed 4 years ago

slugbucket commented 4 years ago

The form doesn't appear to pick up the solution_type_id from the solution_types table.

slugbucket commented 4 years ago

The select_tag macro needs to cast both option value and default to string for a comparison