summaryrefslogtreecommitdiffstats
path: root/src/view/main.phel
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-08-27 00:11:47 -0700
committerGravatar Tom Willemse2026-08-27 00:11:47 -0700
commit94ef10d1fe4ed27f8442944c25ecc0300c5e5655 (patch)
treef587feeab0231fa9c8ecd5252a9fa8f90b6d3094 /src/view/main.phel
parentba790e23e84c2146e15d3735862dc056f6baef41 (diff)
downloadlezer-main.tar.gz
lezer-main.zip
Add subtitle to booksHEADmain
Diffstat (limited to 'src/view/main.phel')
-rw-r--r--src/view/main.phel3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/main.phel b/src/view/main.phel
index f7a0190..809b765 100644
--- a/src/view/main.phel
+++ b/src/view/main.phel
@@ -52,6 +52,9 @@
[:label {:for "title"} "Title: "]
[:input {:type "text" :name "title"}]
[:br]
+ [:label {:for "subtitle"} "Subtitle: "]
+ [:input {:type "text" :name "subtitle"}]
+ [:br]
[:label {:for "author"} "Author: "]
[:input {:type "text" :name "author"}]
[:input {:type "submit"}]]]]]]))