summaryrefslogtreecommitdiff
path: root/src/pages/goddess-shrine.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/goddess-shrine.lisp')
-rw-r--r--src/pages/goddess-shrine.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/goddess-shrine.lisp b/src/pages/goddess-shrine.lisp
index 3b25e5a..33e8011 100644
--- a/src/pages/goddess-shrine.lisp
+++ b/src/pages/goddess-shrine.lisp
@@ -6,7 +6,7 @@
(with-page (:title "A Sacred Shrine")
(:header
(:h1 "Pray and become a hero..."))
- (:form :method "POST" :action "/godess-shrine"
+ (:form :method "POST" :action "/goddess-shrine"
(:label :for "NAME" "Enter the epithet by which the ages shall know thy hero:")
(:input :name "NAME")
(:button :type "submit" "Pray To The Goddess"))))