gdritter repos frony-ritter-designs / master old_templates / delete_design.html
master

Tree @master (Download .tar.gz)

delete_design.html @masterraw · history · blame

$def with (title, images, description, category, id)
<div class="textbox">
  Do you <strong>really</strong> want to delete this design? Remember:
  if you delete this design, <strong>you will not be able to retrieve
    the text saved here</strong> unless your son was nice enough to
  make a backup recently!
  <a href="/edit/design/$five(id)/">No</a>
  <form name="delete" action="/edit/delete/$five(id)/" method="post">
    <input type="submit" value="Yes" />
  </form>
</div>