diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-24 13:39:57 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-24 13:39:57 -0500 |
commit | ba0444605b5cdeaa6e0a6fc2707a9e69e64ce7f2 (patch) | |
tree | a4666964148d8b36ef5f9f21e25a125d6317a480 /app | |
parent | 3451083187a70ee4dfe249d2dee20e8d8e5b58d6 (diff) |
fix decide url
Diffstat (limited to 'app')
-rw-r--r-- | app/Web.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ instance ToHtml HomeView where [href_ "https://en.wikipedia.org/wiki/Presburger_arithmetic"] "first-order theory of the natural numbers with addition" span_ "." - form_ [method_ "get", action_ "/", class_ (T.pack formclass)] $ do + form_ [method_ "get", action_ "/sumcheck", class_ (T.pack formclass)] $ do p_ $ do label_ [class_ "focus"] "theorem:" input_ ([type_ "text", name_ "theorem"] ++ inpval) |