Get rid of duration

This commit is contained in:
2020-03-31 22:40:06 -06:00
parent ab3aaaea24
commit da4cbc4c50
2 changed files with 3 additions and 9 deletions

View File

@ -136,7 +136,6 @@ func pageDoCreate(name, description string, earliest, latest time.Time) h.Term {
Description: description,
EarliestDate: earliest,
LatestDate: latest,
Duration: 1,
})
if err != nil {
return h.Text(err.Error())