gdritter repos frony-ritter-designs / master templates / delete_design.mustache
master

Tree @master (Download .tar.gz)

delete_design.mustache @masterraw · history · blame

<div class="textbox">
  Do you <strong>really</strong> want to delete the design &quot;{{title}}&quot;? 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/{{id_str}}/">No</a>
  <form name="delete" action="/edit/delete/{{id_str}}/" method="post">
    <input type="submit" value="Yes" />
  </form>
</div>