template change for script compatibility

merge-requests/218/head
Thomas Lynch 3 years ago
parent fc525c6a04
commit 9225c38872
  1. 2
      views/pages/managerecent.pug

@ -17,8 +17,8 @@ block content
.dot#livecolor
| Connecting...
input.postform-style.ml-5.di#updatepostsbutton(type='button' value='Update')
hr(size=1)
form(action=`/forms/board/${board._id}/modactions` method='POST' enctype='application/x-www-form-urlencoded')
hr(size=1)
input(type='hidden' name='_csrf' value=csrf)
if posts.length === 0
p No posts.

Loading…
Cancel
Save