Issue 10568: Deleting of scheduled posts didn't work

This commit is contained in:
Michael 2021-08-03 12:29:46 +00:00
parent 24ba5f61d0
commit b2bf467afc

View file

@ -8,10 +8,10 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{{foreach $schedule as $entry}} {{foreach $schedule as $row}}
<tr> <tr>
<td>{{$entry.scheduled_at}}</td> <td>{{$row.scheduled_at}}</td>
<td>{{$entry.content}}</td> <td>{{$row.content}}</td>
<td> <td>
<form action="{{$baseurl}}/profile/{{$nickname}}/schedule" method="post"> <form action="{{$baseurl}}/profile/{{$nickname}}/schedule" method="post">
<input type="hidden" name="form_security_token" value="{{$form_security_token}}"> <input type="hidden" name="form_security_token" value="{{$form_security_token}}">