Fix another accidental-nodelist area
* tekuti/page.scm (page-admin): Fix accidental nodelist.
This commit is contained in:
parent
9d9d39c7f5
commit
5cdda50445
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
(ul ,@(post-links 5)))
|
||||
(li (h2 "changes" ,(rellink '("admin" "changes")
|
||||
">>"))
|
||||
(ul ,(recent-changes 5)))))
|
||||
(ul ,@(recent-changes 5)))))
|
||||
(h2 "new post")
|
||||
,(post-editing-form #f))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue