edit_foot.tx 349 B

12345678
  1. : if (!$post.addpost) {
  2. <form class="Submissions" action="/post/delete" method="POST" class="inline">
  3. <input type="hidden" name="id" value="<: $post.id :>"></input>
  4. <input type="hidden" name="to" value="<: $route :>"></input>
  5. <input class="coolbutton" type="submit" value="Delete"></input>
  6. </form>
  7. : }
  8. </div>